From 47d8eeaa16bbb6a7c308f97fe85fc81d0b3ff278 Mon Sep 17 00:00:00 2001 From: voidarclabs Date: Mon, 3 Nov 2025 14:12:26 +0000 Subject: [PATCH] fixed login theme --- configuration.nix | 2 +- flake.nix | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/configuration.nix b/configuration.nix index 2161a0b..2030522 100644 --- a/configuration.nix +++ b/configuration.nix @@ -85,7 +85,7 @@ services.displayManager.sddm = { enable = true; - theme = "catppuccin-mocha"; + theme = "catppuccin-mocha-mauve"; package = pkgs.kdePackages.sddm; }; diff --git a/flake.nix b/flake.nix index 3465409..abfe482 100644 --- a/flake.nix +++ b/flake.nix @@ -6,7 +6,8 @@ }; 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; in {