Set cursor theme for sddm.

This commit is contained in:
CronyAkatsuki 2024-03-30 15:48:48 +01:00
parent e81a438dbb
commit 720b7618a0

View File

@ -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; })
];