mirror of
https://github.com/nmasur/dotfiles
synced 2025-07-06 13:10:14 +00:00
fix infinite recursion by namespacing new pkgs
This commit is contained in:
@ -20,7 +20,7 @@ in
|
||||
wallpaper = lib.mkOption {
|
||||
type = lib.types.path;
|
||||
description = "Wallpaper background image file";
|
||||
default = "${pkgs.wallpapers}/gruvbox/road.jpg";
|
||||
default = "${pkgs.nmasur.wallpapers}/gruvbox/road.jpg";
|
||||
};
|
||||
commands = {
|
||||
launcher = lib.mkOption {
|
||||
|
Reference in New Issue
Block a user