This commit is contained in:
2026-04-10 13:12:29 -05:00
parent 8b67d7b8fb
commit 5cc628cfd9
2 changed files with 10 additions and 4 deletions

8
flake.lock generated
View File

@@ -41,11 +41,11 @@
"nixpkgs": "nixpkgs_2"
},
"locked": {
"lastModified": 1775840646,
"narHash": "sha256-iajFPUqVyrRjKyJwqXlxuP3WO3kDtih1lojBFY4HXL0=",
"lastModified": 1775844720,
"narHash": "sha256-H1QBump9jrAtEYKrxOXXmIM7kKx4c55EFOLBgr2a7K0=",
"ref": "refs/heads/master",
"rev": "bd134cad26a0ba9a4455351e9828692a0cc0fd79",
"revCount": 33,
"rev": "b97e9dc547a8d16189e5158257537db6b6063def",
"revCount": 34,
"type": "git",
"url": "file:///home/nathan/Projects/Aurora"
},

View File

@@ -19,6 +19,12 @@
systemd = {
enable = true;
};
settings = {
wallpaperDir = "${config.home.homeDirectory}/Pictures/Wallpaper";
colorsDir = "${config.home.homeDirectory}/.cache/wal/colors.json";
};
};
};
};