fixed error

This commit is contained in:
voidarclabs
2026-01-04 12:19:19 +00:00
parent 0d36888cfa
commit 45c50e6efe

View File

@@ -18,6 +18,7 @@
package = pkgs.kdePackages.sddm;
};
environment.systemPackages = with pkgs; [
# Catppuccin sddm theme
(pkgs.catppuccin-sddm.override {
flavor = "mocha";
@@ -25,6 +26,7 @@
fontSize = "11";
background = null;
})
]
# Local User
users.users.user01 = {