Set cursor theme for sddm.
This commit is contained in:
parent
e81a438dbb
commit
720b7618a0
@ -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; })
|
||||
];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user