feat: cursor
This commit is contained in:
parent
b9d662373b
commit
d2aae677bc
2 changed files with 8 additions and 0 deletions
|
|
@ -115,6 +115,7 @@
|
||||||
wl-clipboard
|
wl-clipboard
|
||||||
wofi
|
wofi
|
||||||
waybar
|
waybar
|
||||||
|
banana-cursor
|
||||||
nerdfonts
|
nerdfonts
|
||||||
gnumake
|
gnumake
|
||||||
gccgo
|
gccgo
|
||||||
|
|
|
||||||
|
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue