From 3f0abf90392ae5fa89dbc909124fbeff26fb1e12 Mon Sep 17 00:00:00 2001 From: Crony Akatsuki Date: Tue, 19 Mar 2024 19:15:53 +0100 Subject: [PATCH] Change to catppuccin frappe theme. --- nixos/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = ""; }; }; };