move around krewfile

This commit is contained in:
Joseph Hanson 2024-09-10 13:27:42 -05:00
parent 3fc3bdd27e
commit 9771c27cb3
Signed by: jahanson
SSH key fingerprint: SHA256:vy6dKBECV522aPAwklFM3ReKAVB086rT3oWwiuiFG7o
3 changed files with 16 additions and 14 deletions

View file

@ -3,7 +3,6 @@ with config;
{ {
imports = [ imports = [
../modules ../modules
inputs.krewfile.homeManagerModules.krewfile
]; ];
config = { config = {
@ -21,15 +20,6 @@ with config;
EDITOR = "vim"; EDITOR = "vim";
}; };
programs.krewfile = {
enable = true;
krewPackage = pkgs.krew;
plugins = [
"resource-capacity"
"rook-ceph"
];
};
home = { home = {
# Install these packages for my user # Install these packages for my user
@ -104,9 +94,6 @@ with config;
# nix tools # nix tools
nvd nvd
# charmbracelet tools
gum
vhs
]; ];
}; };
}; };

View file

@ -3,8 +3,19 @@ with config;
{ {
imports = [ imports = [
./global.nix ./global.nix
inputs.krewfile.homeManagerModules.krewfile
]; ];
# Krewfile management
programs.krewfile = {
enable = true;
krewPackage = pkgs.krew;
plugins = [
"resource-capacity"
"rook-ceph"
];
};
myHome = { myHome = {
programs.firefox.enable = true; programs.firefox.enable = true;
programs.thunderbird.enable = true; programs.thunderbird.enable = true;

View file

@ -21,9 +21,13 @@ with config;
shfmt shfmt
statix statix
# bind # for dns utils like named-checkconf # flake imports
inputs.nix-inspect.packages.${pkgs.system}.default inputs.nix-inspect.packages.${pkgs.system}.default
inputs.talhelper.packages.${pkgs.system}.default inputs.talhelper.packages.${pkgs.system}.default
# charmbracelet tools
gum
vhs
]; ];
programs.direnv = { programs.direnv = {