updates again

Signed-off-by: Michael Thomson <michael@michaelthomson.dev>
This commit is contained in:
2024-11-19 10:49:50 -05:00
parent a2ab0fce66
commit 239fba826b
10 changed files with 325 additions and 46 deletions

View File

@@ -9,10 +9,10 @@
../../modules/home-manager/kitty
../../modules/home-manager/zsh
../../modules/home-manager/tmux
../../modules/home-manager/zoxide
../../modules/home-manager/email
../../modules/home-manager/password-store
../../modules/home-manager/taskwarrior
../../modules/home-manager/kubernetes.nix
];
home.username = "mthomson";
home.homeDirectory = "/Users/mthomson";
@@ -37,35 +37,16 @@
};
};
};
go = {
jq = {
enable = true;
};
lazygit = {
enable = true;
};
};
home.packages = with pkgs; [
btop
neofetch
jq
tldr
cowsay
lazygit
k9s
nb
w3m
kubectl
k9s
kubeseal
velero
fluxcd
wireguard-tools
kompose
inetutils
_1password-cli
calcurse
glow
gcc
nchat
emanote
];
programs.home-manager.enable = true;