reformat of files
This commit is contained in:
parent
abb9c5f946
commit
4dc5c2ffd5
6 changed files with 9 additions and 72 deletions
|
|
@ -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;
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,7 +1,6 @@
|
|||
{...}: {
|
||||
imports = [
|
||||
../../modules
|
||||
../../modules/boot/loader/grub.nix
|
||||
];
|
||||
|
||||
config.horseman = {
|
||||
|
|
|
|||
|
|
@ -57,11 +57,10 @@
|
|||
apps = {
|
||||
dev.enable = true;
|
||||
visual.enable = true;
|
||||
terminal.enable = true;
|
||||
};
|
||||
|
||||
terminal = {
|
||||
zsh.enable = true;
|
||||
terminal = {
|
||||
enable = true;
|
||||
zsh.enable = true;
|
||||
};
|
||||
};
|
||||
|
||||
timers = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue