This commit is contained in:
2026-02-24 16:18:27 +01:00
parent bfab7d80e9
commit 1e107185b3
2 changed files with 6 additions and 7 deletions

View File

@@ -36,9 +36,11 @@
# for git
email = "szymon_jozef@proton.me";
fullName = "Szymon P";
};
pathConfig = {
wallpaper = "Obrazy/tapety/catppuccin";
pathConfig = {
wallpaper = "Obrazy/tapety/catppuccin";
};
};
in
{
@@ -49,7 +51,6 @@
inherit
inputs
userConfig
pathConfig
;
isNixOS = false;
};
@@ -66,7 +67,6 @@
inherit
inputs
userConfig
pathConfig
;
isNixOS = true;
};

View File

@@ -2,7 +2,6 @@
pkgs,
inputs,
userConfig,
pathConfig,
...
}:
@@ -62,7 +61,7 @@
# === SCRIPTS IMPORT ===
home.file = {
".local/bin".source = ./scripts;
${pathConfig.wallpaper}.source = inputs.wallpapers;
${userConfig.pathConfig.wallpaper}.source = inputs.wallpapers;
};
# === VARS ===