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