mirror of
https://github.com/nmasur/dotfiles
synced 2025-07-05 17:20:13 +00:00
more moving around
This commit is contained in:
@ -2,7 +2,6 @@
|
||||
config,
|
||||
pkgs,
|
||||
lib,
|
||||
wallpapers ? null,
|
||||
...
|
||||
}:
|
||||
|
||||
@ -17,7 +16,7 @@ in
|
||||
wallpaper = {
|
||||
type = lib.types.nullOr lib.types.path;
|
||||
description = "Wallpaper background image file";
|
||||
default = "${wallpapers}/gruvbox/road.jpg";
|
||||
default = "${pkgs.wallpapers}/gruvbox/road.jpg";
|
||||
};
|
||||
gtk.theme = {
|
||||
name = lib.mkOption {
|
||||
|
Reference in New Issue
Block a user