diff --git a/nixos/configuration.nix b/nixos/configuration.nix index 09121a3..aabe171 100644 --- a/nixos/configuration.nix +++ b/nixos/configuration.nix @@ -74,7 +74,7 @@ services.xserver.displayManager.sddm = { enable = true; wayland.enable = true; - theme = "breeze"; + theme = "catppuccin-frappe"; # Fix keyboard showing up unnecesarilly settings = { General = { InputMethod = ""; }; }; };