diff --git a/nixos/configuration.nix b/nixos/configuration.nix index b7d3980..54d3668 100644 --- a/nixos/configuration.nix +++ b/nixos/configuration.nix @@ -78,7 +78,7 @@ services.xserver.displayManager.sddm = { enable = true; wayland.enable = true; - theme = "catppuccin-frappe"; + theme = "breeze"; # Fix keyboard showing up unnecesarilly settings = { General = { InputMethod = ""; }; }; }; @@ -267,5 +267,4 @@ # DO NOT CHANGE system.stateVersion = "23.11"; - }