Add home manager
This commit is contained in:
13
home/wm/cursor.nix
Normal file
13
home/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