Merge branch 'overhaul' of ssh://solis:34916/Koen/nix-config into overhaul
This commit is contained in:
commit
9c438fd83b
1 changed files with 4 additions and 5 deletions
|
|
@ -22,14 +22,13 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
apps = {
|
apps = {
|
||||||
terminal.enable = true;
|
terminal = {
|
||||||
|
enable = true;
|
||||||
|
zsh.enable = true;
|
||||||
|
};
|
||||||
server.enable = true;
|
server.enable = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
terminal = {
|
|
||||||
zsh.enable = true;
|
|
||||||
};
|
|
||||||
|
|
||||||
timers = {
|
timers = {
|
||||||
backup.enable = true;
|
backup.enable = true;
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue