new wallpaperthingie
This commit is contained in:
+1
-6
@@ -795,12 +795,7 @@ let
|
|||||||
echo hoi
|
echo hoi
|
||||||
'';
|
'';
|
||||||
|
|
||||||
# Print the script contents during the build
|
|
||||||
traceScript = builtins.trace (lib.concatStringsSep "\n" [
|
|
||||||
"=== Contents of copy-wallpapers.sh ==="
|
|
||||||
copy_wallpapers_script
|
|
||||||
"=== End of copy-wallpapers.sh ==="
|
|
||||||
]);
|
|
||||||
in {
|
in {
|
||||||
options = {
|
options = {
|
||||||
wallpaper.enable = lib.mkEnableOption "Wallpaper setup";
|
wallpaper.enable = lib.mkEnableOption "Wallpaper setup";
|
||||||
|
|||||||
@@ -13,12 +13,7 @@ let
|
|||||||
echo hoi
|
echo hoi
|
||||||
'';
|
'';
|
||||||
|
|
||||||
# Print the script contents during the build
|
|
||||||
traceScript = builtins.trace (lib.concatStringsSep "\n" [
|
|
||||||
"=== Contents of copy-wallpapers.sh ==="
|
|
||||||
copy_wallpapers_script
|
|
||||||
"=== End of copy-wallpapers.sh ==="
|
|
||||||
]);
|
|
||||||
in {
|
in {
|
||||||
options = {
|
options = {
|
||||||
wallpaper.enable = lib.mkEnableOption "Wallpaper setup";
|
wallpaper.enable = lib.mkEnableOption "Wallpaper setup";
|
||||||
|
|||||||
Reference in New Issue
Block a user