reformat of files

This commit is contained in:
KoenDR06 2025-09-01 19:18:06 +02:00
parent abb9c5f946
commit 4dc5c2ffd5
6 changed files with 9 additions and 72 deletions

View file

@ -1,7 +1,6 @@
{...}: {
imports = [
../../modules
../../modules/boot/loader/systemd.nix
];
config.horseman = {
@ -47,11 +46,10 @@
apps = {
dev.enable = true;
visual.enable = true;
terminal.enable = true;
};
terminal = {
zsh.enable = true;
terminal = {
enable = true;
zsh.enable = true;
};
};
};
}