From 720b7618a0d9738bc14d67fab0fdd91bc8c3b786 Mon Sep 17 00:00:00 2001 From: Crony Akatsuki Date: Sat, 30 Mar 2024 15:48:48 +0100 Subject: [PATCH] Set cursor theme for sddm. --- nixos/configuration.nix | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/nixos/configuration.nix b/nixos/configuration.nix index 0d1c266..502f777 100644 --- a/nixos/configuration.nix +++ b/nixos/configuration.nix @@ -76,7 +76,11 @@ wayland.enable = true; theme = "catppuccin-frappe"; # Fix keyboard showing up unnecesarilly - settings = { General = { InputMethod = ""; }; }; + settings = { + General = { InputMethod = ""; }; + # Setup nicer cursor theme + Theme = { CursorTheme = "Catppuccin-Frappe-Rosewater-Cursors"; }; + }; }; # Setup plasma with excluding a couple unnecesarry packages @@ -162,7 +166,7 @@ cryptsetup xfsprogs (catppuccin-kde.override { winDecStyles = [ "classic" "modern" ]; }) - catppuccin-sddm-corners + catppuccin-cursors.frappeRosewater (callPackage ./modules/catppuccin-sddm.nix { inherit pkgs; }) ];