move around krewfile
This commit is contained in:
parent
3fc3bdd27e
commit
9771c27cb3
3 changed files with 16 additions and 14 deletions
|
@ -3,7 +3,6 @@ with config;
|
|||
{
|
||||
imports = [
|
||||
../modules
|
||||
inputs.krewfile.homeManagerModules.krewfile
|
||||
];
|
||||
|
||||
config = {
|
||||
|
@ -21,15 +20,6 @@ with config;
|
|||
EDITOR = "vim";
|
||||
};
|
||||
|
||||
programs.krewfile = {
|
||||
enable = true;
|
||||
krewPackage = pkgs.krew;
|
||||
plugins = [
|
||||
"resource-capacity"
|
||||
"rook-ceph"
|
||||
];
|
||||
};
|
||||
|
||||
home = {
|
||||
|
||||
# Install these packages for my user
|
||||
|
@ -104,9 +94,6 @@ with config;
|
|||
# nix tools
|
||||
nvd
|
||||
|
||||
# charmbracelet tools
|
||||
gum
|
||||
vhs
|
||||
];
|
||||
};
|
||||
};
|
||||
|
|
|
@ -3,8 +3,19 @@ with config;
|
|||
{
|
||||
imports = [
|
||||
./global.nix
|
||||
inputs.krewfile.homeManagerModules.krewfile
|
||||
];
|
||||
|
||||
# Krewfile management
|
||||
programs.krewfile = {
|
||||
enable = true;
|
||||
krewPackage = pkgs.krew;
|
||||
plugins = [
|
||||
"resource-capacity"
|
||||
"rook-ceph"
|
||||
];
|
||||
};
|
||||
|
||||
myHome = {
|
||||
programs.firefox.enable = true;
|
||||
programs.thunderbird.enable = true;
|
||||
|
|
|
@ -21,9 +21,13 @@ with config;
|
|||
shfmt
|
||||
statix
|
||||
|
||||
# bind # for dns utils like named-checkconf
|
||||
# flake imports
|
||||
inputs.nix-inspect.packages.${pkgs.system}.default
|
||||
inputs.talhelper.packages.${pkgs.system}.default
|
||||
|
||||
# charmbracelet tools
|
||||
gum
|
||||
vhs
|
||||
];
|
||||
|
||||
programs.direnv = {
|
||||
|
|
Loading…
Reference in a new issue