From 45c50e6efee3f129a4da1e08d26dcf7a37597c8c Mon Sep 17 00:00:00 2001 From: voidarclabs Date: Sun, 4 Jan 2026 12:19:19 +0000 Subject: [PATCH] fixed error --- configuration-laptop.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/configuration-laptop.nix b/configuration-laptop.nix index 64023ae..41d2c3b 100644 --- a/configuration-laptop.nix +++ b/configuration-laptop.nix @@ -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 = {