feat: Add noctalia-shell for niri
This commit is contained in:
parent
7de5231d38
commit
e2963cf15c
7 changed files with 1157 additions and 839 deletions
|
|
@ -7,7 +7,7 @@
|
|||
wallpapers = with lib;
|
||||
pipe srcs [
|
||||
(filterAttrs (name: _value: hasPrefix "wallpaper" name))
|
||||
(concatMapAttrsStringSep "\n" (name: value: "ln -s ${value.src} $out/${name}"))
|
||||
(concatMapAttrsStringSep "\n" (name: value: "cp ${value.src} $out/${name}"))
|
||||
];
|
||||
in
|
||||
runCommandLocal "wallpapers" {} ''
|
||||
|
|
@ -15,5 +15,5 @@ in
|
|||
|
||||
${wallpapers}
|
||||
|
||||
ln -s ${rootPath + "/assets/wallpaper/01.png"} $out/01.png
|
||||
cp ${rootPath + "/assets/wallpaper/01.png"} $out/01.png
|
||||
''
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue