Use Adwaita cursor
This commit is contained in:
1
home.nix
1
home.nix
@@ -13,6 +13,7 @@
|
|||||||
./programs/zsh.nix
|
./programs/zsh.nix
|
||||||
./programs/direnv.nix
|
./programs/direnv.nix
|
||||||
./programs/firefox.nix
|
./programs/firefox.nix
|
||||||
|
./wm/cursor.nix
|
||||||
./wm/dconf.nix
|
./wm/dconf.nix
|
||||||
./wm/gtk.nix
|
./wm/gtk.nix
|
||||||
./wm/hyprland.nix
|
./wm/hyprland.nix
|
||||||
|
|||||||
13
wm/cursor.nix
Normal file
13
wm/cursor.nix
Normal file
@@ -0,0 +1,13 @@
|
|||||||
|
{ pkgs, ... }:
|
||||||
|
|
||||||
|
{
|
||||||
|
home.pointerCursor = {
|
||||||
|
# name = "Bibata-Modern-Ice"; # change to your cursor theme
|
||||||
|
# package = pkgs.bibata-cursors;
|
||||||
|
name = "Adwaita";
|
||||||
|
package = pkgs.adwaita-icon-theme;
|
||||||
|
size = 24;
|
||||||
|
gtk.enable = true;
|
||||||
|
x11.enable = true;
|
||||||
|
};
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user