Change to catppuccin frappe theme.

This commit is contained in:
CronyAkatsuki 2024-03-19 19:15:53 +01:00
parent 808631dc98
commit 3f0abf9039

View File

@ -74,7 +74,7 @@
services.xserver.displayManager.sddm = { services.xserver.displayManager.sddm = {
enable = true; enable = true;
wayland.enable = true; wayland.enable = true;
theme = "breeze"; theme = "catppuccin-frappe";
# Fix keyboard showing up unnecesarilly # Fix keyboard showing up unnecesarilly
settings = { General = { InputMethod = ""; }; }; settings = { General = { InputMethod = ""; }; };
}; };