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

@ -71,14 +71,6 @@
}; };
programs.gh.enable = true; programs.gh.enable = true;
# programs.zsh = {
# enable = true;
# oh-my-zsh = {
# enable = true;
# plugins = [ "git" ];
# theme = "agnoster";
# };
# };
# Nicely reload system units when changing configs # Nicely reload system units when changing configs
systemd.user.startServices = "sd-switch"; systemd.user.startServices = "sd-switch";

View file

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