This commit is contained in:
KoenDR06 2024-04-27 14:17:35 +02:00
parent 597132d617
commit ac58014f3e
2 changed files with 1 additions and 15 deletions

View file

@ -32,6 +32,7 @@
jdk
python3
tailscale
tmux
wakeonlan
zoxide
];
@ -43,13 +44,6 @@
userEmail = "koen.de.ruiter@hotmail.com";
};
programs.gh.enable = true;
programs.zsh = {
oh-my-zsh = {
enable = true;
plugins = [ "git" ];
theme = "agnoster";
};
};
# Nicely reload system units when changing configs
systemd.user.startServices = "sd-switch";