Merge branch 'overhaul' of ssh://solis:34916/Koen/nix-config into overhaul

This commit is contained in:
KoenDR06 2025-09-03 16:45:45 +02:00
commit a16080e5fc
9 changed files with 39 additions and 21 deletions

View file

@ -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;
};
};
};
}

View file

@ -1,7 +1,6 @@
{...}: {
imports = [
../../modules
../../modules/boot/loader/grub.nix
];
config.horseman = {

View file

@ -57,11 +57,11 @@
apps = {
dev.enable = true;
visual.enable = true;
terminal.enable = true;
};
terminal = {
zsh.enable = true;
gaming.enable = true;
terminal = {
enable = true;
zsh.enable = true;
};
};
timers = {