adding themefile subdir
This commit is contained in:
@@ -36,6 +36,11 @@
|
||||
# wayland.windowManager.river.enable = true;
|
||||
imports = [
|
||||
|
||||
## Themeing
|
||||
|
||||
# cursor theme
|
||||
../themefiles/cursor.nix
|
||||
|
||||
# packages with further configuration
|
||||
../packages/alacritty/alacritty.nix
|
||||
../packages/crawl/crawl.nix
|
||||
|
||||
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