macbook home
This commit is contained in:
parent
99cad3df1e
commit
d00eab177a
@ -22,6 +22,14 @@
|
||||
ZK_NOTEBOOK_DIR = "notes";
|
||||
};
|
||||
|
||||
programs = {
|
||||
direnv = {
|
||||
enable = true;
|
||||
enableZshIntegration = true; # see note on other shells below
|
||||
nix-direnv.enable = true;
|
||||
};
|
||||
};
|
||||
|
||||
home.packages = with pkgs; [
|
||||
btop
|
||||
spotify
|
||||
@ -37,6 +45,14 @@
|
||||
tintin
|
||||
nb
|
||||
w3m
|
||||
lua
|
||||
kubectl
|
||||
k9s
|
||||
kubeseal
|
||||
fluxcd
|
||||
wireguard-tools
|
||||
kompose
|
||||
inetutils
|
||||
];
|
||||
|
||||
programs.home-manager.enable = true;
|
||||
|
Loading…
x
Reference in New Issue
Block a user