Use default value instead of passing for wallpaper
This commit is contained in:
parent
0a0e396ddf
commit
79c213bd64
2 changed files with 1 additions and 4 deletions
|
@ -63,7 +63,7 @@ in
|
|||
wallpaper = mkOption {
|
||||
type = types.oneOf [ types.path types.str ];
|
||||
description = "Path to the wallpaper to be used";
|
||||
default = "";
|
||||
default = config.linux.graphical.wallpaper;
|
||||
};
|
||||
terminal = mkOption {
|
||||
type = types.str;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue