updates again
Signed-off-by: Michael Thomson <michael@michaelthomson.dev>
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user