finally fix sakopc config
This commit is contained in:
parent
ec0a9abc54
commit
9dc8167531
1 changed files with 53 additions and 54 deletions
|
@ -4,6 +4,7 @@
|
|||
lib,
|
||||
inputs,
|
||||
outputs,
|
||||
...
|
||||
}: {
|
||||
imports = [
|
||||
# Hardware Configuration
|
||||
|
@ -15,7 +16,6 @@
|
|||
networking.hostName = "sakopc";
|
||||
|
||||
modules = {
|
||||
desktop = {
|
||||
desktop = {
|
||||
dwm.enable = true;
|
||||
kitty.enable = true;
|
||||
|
@ -78,5 +78,4 @@
|
|||
libreoffice.enable = true;
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue