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,
|
lib,
|
||||||
inputs,
|
inputs,
|
||||||
outputs,
|
outputs,
|
||||||
|
...
|
||||||
}: {
|
}: {
|
||||||
imports = [
|
imports = [
|
||||||
# Hardware Configuration
|
# Hardware Configuration
|
||||||
|
@ -15,7 +16,6 @@
|
||||||
networking.hostName = "sakopc";
|
networking.hostName = "sakopc";
|
||||||
|
|
||||||
modules = {
|
modules = {
|
||||||
desktop = {
|
|
||||||
desktop = {
|
desktop = {
|
||||||
dwm.enable = true;
|
dwm.enable = true;
|
||||||
kitty.enable = true;
|
kitty.enable = true;
|
||||||
|
@ -78,5 +78,4 @@
|
||||||
libreoffice.enable = true;
|
libreoffice.enable = true;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue