finally fix sakopc config

This commit is contained in:
Sakooooo 2023-09-18 13:28:56 +04:00
parent ec0a9abc54
commit 9dc8167531
Signed by: sako
GPG key ID: 3FD715D87D7725E0

View file

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