fixed I think
This commit is contained in:
parent
b93a32b7ef
commit
86494ef71a
1 changed files with 2 additions and 2 deletions
|
@ -2,8 +2,8 @@
|
|||
|
||||
let
|
||||
picture-uri = if builtins.hasAttr "wallpaper" inputs.secrets.paths
|
||||
then inputs.secrets.paths.wallpaper
|
||||
else ../../../../../assets/wallpaper.jpg;
|
||||
then builtins.toString inputs.secrets.paths.wallpaper
|
||||
else builtins.toString ../../../../../assets/wallpaper.jpg;
|
||||
in{
|
||||
dconf.settings = {
|
||||
"org/gnome/desktop/background".picture-uri = picture-uri;
|
||||
|
|
Loading…
Add table
Reference in a new issue