Merge branch 'overhaul' of ssh://solis:34916/Koen/nix-config into overhaul
This commit is contained in:
commit
a16080e5fc
9 changed files with 39 additions and 21 deletions
|
|
@ -1,7 +1,6 @@
|
|||
{...}: {
|
||||
imports = [
|
||||
../../modules
|
||||
../../modules/boot/loader/systemd.nix
|
||||
];
|
||||
|
||||
config.horseman = {
|
||||
|
|
@ -48,11 +47,10 @@
|
|||
apps = {
|
||||
dev.enable = true;
|
||||
visual.enable = true;
|
||||
terminal.enable = true;
|
||||
};
|
||||
|
||||
terminal = {
|
||||
zsh.enable = true;
|
||||
terminal = {
|
||||
enable = true;
|
||||
zsh.enable = true;
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue