more moving around

This commit is contained in:
Noah Masur
2025-02-16 16:17:39 -05:00
parent dc6b6f8328
commit 1062369a78
12 changed files with 81 additions and 53 deletions

View File

@ -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 {