I can't keep writing these comments, they're boring

This commit is contained in:
KoenDR06 2024-04-02 20:37:37 +00:00
parent 021124b584
commit 517df8e725
7 changed files with 60 additions and 143 deletions

View file

@ -46,6 +46,7 @@
spotify
tailscale
whatsapp-for-linux
zsh
zoxide
];
@ -55,15 +56,16 @@
userName = "KoenDR06";
userEmail = "koen.de.ruiter@hotmail.com";
};
programs.firefox.enable = true;
programs.gh.enable = true;
programs.zsh = {
oh-my-zsh = {
enable = true;
plugins = [ "git" ];
theme = "agnoster";
};
};
# programs.zsh = {
# enable = true;
# oh-my-zsh = {
# enable = true;
# plugins = [ "git" ];
# theme = "agnoster";
# };
# };
# Nicely reload system units when changing configs
systemd.user.startServices = "sd-switch";