.
This commit is contained in:
parent
597132d617
commit
ac58014f3e
2 changed files with 1 additions and 15 deletions
|
|
@ -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";
|
||||||
|
|
|
||||||
|
|
@ -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";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue