mirror of
https://github.com/youwen5/liminalOS.git
synced 2025-06-20 22:19:52 -07:00
feat: fetch wallpapers remotely as flake input
This commit is contained in:
parent
1412f718a4
commit
c49fd7b485
3 changed files with 25 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
config,
|
||||
inputs,
|
||||
pkgs,
|
||||
...
|
||||
}: {
|
||||
|
@ -22,7 +22,7 @@
|
|||
# '';
|
||||
|
||||
home.file.".wallpapers" = {
|
||||
source = ../../../wallpapers;
|
||||
source = inputs.wallpapers;
|
||||
recursive = true;
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue