macbook home
This commit is contained in:
parent
99cad3df1e
commit
d00eab177a
@ -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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user