mirror of
https://github.com/Moe1369/nix-fleet.git
synced 2026-04-24 23:59:07 +02:00
indent
This commit is contained in:
@@ -119,13 +119,14 @@
|
|||||||
];
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
home.file.wallpaper = {
|
home.file.wallpaper = {
|
||||||
recursive = true;
|
recursive = true;
|
||||||
source = ./wallpaper;
|
source = ./wallpaper;
|
||||||
target = ".local/share/backgrounds";
|
target = ".local/share/backgrounds";
|
||||||
};
|
};
|
||||||
|
|
||||||
home.file.".local/share/gnome-background-properties/my-wallpapers.xml" = {
|
home.file.".local/share/gnome-background-properties/my-wallpapers.xml" = {
|
||||||
text = let
|
text = let
|
||||||
files = builtins.attrNames (builtins.readDir ./wallpaper);
|
files = builtins.attrNames (builtins.readDir ./wallpaper);
|
||||||
entry = file: ''
|
entry = file: ''
|
||||||
@@ -142,7 +143,6 @@ home.file.".local/share/gnome-background-properties/my-wallpapers.xml" = {
|
|||||||
${builtins.concatStringsSep "\n" (map entry files)}
|
${builtins.concatStringsSep "\n" (map entry files)}
|
||||||
</wallpapers>
|
</wallpapers>
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user