I can't keep writing these comments, they're boring
This commit is contained in:
parent
021124b584
commit
517df8e725
7 changed files with 60 additions and 143 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue