adding themefile subdir
This commit is contained in:
9
home/themefiles/cursor.nix
Normal file
9
home/themefiles/cursor.nix
Normal file
@@ -0,0 +1,9 @@
|
||||
{config, pkgs, ...}:
|
||||
{
|
||||
home.pointerCursor = {
|
||||
name = "oreo-cursors-plus";
|
||||
package = pkgs.oreo-cursors-plus;
|
||||
size = 32;
|
||||
gtk.enable = true;
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user