bibata cursor

This commit is contained in:
Lennart J. Kurzweg (Nx2)
2024-06-29 21:53:49 +02:00
parent de3973b4e4
commit a791568530

View File

@@ -1,4 +1,4 @@
{ config, pkgs, pkgs-unstable, lib, user, ... }:
{ config, pkgs, pkgs-unstable, lib, rice, user, ... }:
let
theme-name = "Catppuccin-Macchiato-Compact-Pink-Dark";
theme-package = pkgs.catppuccin-gtk.override {
@@ -17,6 +17,7 @@ lib.mkIf (user != "tv")
gtk3
gtk4
catppuccin-gtk
bibata-cursors
] ++ [
# pkgs-unstable.themix-gui
];
@@ -36,20 +37,13 @@ lib.mkIf (user != "tv")
gtk4.extraConfig = {
gtk-application-prefer-dark-theme = 1;
};
cursorTheme = {
name = "Catppuccin-Mocha-Pink-Cursors";
package = pkgs.catppuccin-cursors.mochaPink;
size = 20;
};
cursorTheme = rice.cursor;
};
home.pointerCursor = {
gtk.enable = true;
x11.enable = true;
package = pkgs.catppuccin-cursors.mochaPeach;
name = "Catppuccin-Mocha-Pink-Cursors";
size = 20;
};
} // rice.cursor;
xdg.configFile = {
"gtk-4.0/assets".source = "${config.gtk.theme.package}/share/themes/${config.gtk.theme.name}/gtk-4.0/assets";