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 = [
../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
];
};
};

View file

@ -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;

View file

@ -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 = {