feat: cursor

This commit is contained in:
s-prechtl 2024-09-15 12:54:18 +02:00
parent b9d662373b
commit d2aae677bc
2 changed files with 8 additions and 0 deletions

View file

@ -115,6 +115,7 @@
wl-clipboard wl-clipboard
wofi wofi
waybar waybar
banana-cursor
nerdfonts nerdfonts
gnumake gnumake
gccgo gccgo

View file

@ -73,6 +73,13 @@
EDITOR = "nvim"; EDITOR = "nvim";
}; };
home.pointerCursor = {
package = pkgs.banana-cursor;
name = "Banana Cursor";
gtk.enable = true;
x11.enable = true;
};
# Let Home Manager install and manage itself. # Let Home Manager install and manage itself.
programs.home-manager.enable = true; programs.home-manager.enable = true;
} }