fixed login theme

This commit is contained in:
voidarclabs
2025-11-03 14:12:26 +00:00
parent f57850b486
commit 47d8eeaa16
2 changed files with 3 additions and 2 deletions

View File

@@ -85,7 +85,7 @@
services.displayManager.sddm = { services.displayManager.sddm = {
enable = true; enable = true;
theme = "catppuccin-mocha"; theme = "catppuccin-mocha-mauve";
package = pkgs.kdePackages.sddm; package = pkgs.kdePackages.sddm;
}; };

View File

@@ -6,7 +6,8 @@
}; };
outputs = { self, nixpkgs }: let outputs = { self, nixpkgs }: let
system = "x86_64-linux"; # adjust if needed stdenv.hostPlatform.system = "x86_64-linux"; # adjust if needed
system = stdenv.hostPlatform.system;
hardwareConfig = import /etc/nixos/hardware-configuration.nix; hardwareConfig = import /etc/nixos/hardware-configuration.nix;
in in
{ {