macbook home

This commit is contained in:
Michael Thomson 2024-04-18 12:36:33 -04:00
parent 99cad3df1e
commit d00eab177a
No known key found for this signature in database

View File

@ -22,6 +22,14 @@
ZK_NOTEBOOK_DIR = "notes"; ZK_NOTEBOOK_DIR = "notes";
}; };
programs = {
direnv = {
enable = true;
enableZshIntegration = true; # see note on other shells below
nix-direnv.enable = true;
};
};
home.packages = with pkgs; [ home.packages = with pkgs; [
btop btop
spotify spotify
@ -37,6 +45,14 @@
tintin tintin
nb nb
w3m w3m
lua
kubectl
k9s
kubeseal
fluxcd
wireguard-tools
kompose
inetutils
]; ];
programs.home-manager.enable = true; programs.home-manager.enable = true;