Set cursor theme for sddm.
This commit is contained in:
parent
e81a438dbb
commit
720b7618a0
@ -76,7 +76,11 @@
|
|||||||
wayland.enable = true;
|
wayland.enable = true;
|
||||||
theme = "catppuccin-frappe";
|
theme = "catppuccin-frappe";
|
||||||
# Fix keyboard showing up unnecesarilly
|
# 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
|
# Setup plasma with excluding a couple unnecesarry packages
|
||||||
@ -162,7 +166,7 @@
|
|||||||
cryptsetup
|
cryptsetup
|
||||||
xfsprogs
|
xfsprogs
|
||||||
(catppuccin-kde.override { winDecStyles = [ "classic" "modern" ]; })
|
(catppuccin-kde.override { winDecStyles = [ "classic" "modern" ]; })
|
||||||
catppuccin-sddm-corners
|
catppuccin-cursors.frappeRosewater
|
||||||
(callPackage ./modules/catppuccin-sddm.nix { inherit pkgs; })
|
(callPackage ./modules/catppuccin-sddm.nix { inherit pkgs; })
|
||||||
];
|
];
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user