feat(desktop): move greetd to agsV2
All checks were successful
Discord / discord commits (push) Has been skipped
All checks were successful
Discord / discord commits (push) Has been skipped
This commit is contained in:
parent
bb6db96f23
commit
27c254eab6
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@ in {
|
||||||
in
|
in
|
||||||
pkgs.runCommandLocal "agsConfig" {} ''
|
pkgs.runCommandLocal "agsConfig" {} ''
|
||||||
cp -ar ${tsconfig} ./tsconfig.json
|
cp -ar ${tsconfig} ./tsconfig.json
|
||||||
cp -ar ${../../../ags-v2/config}/* ./.
|
cp -ar ${../../ags-v2/config}/* ./.
|
||||||
chmod +w -R ./.
|
chmod +w -R ./.
|
||||||
cp -ar ${varsTs} ./widgets/lockscreen/vars.ts
|
cp -ar ${varsTs} ./widgets/lockscreen/vars.ts
|
||||||
cp -ar ${nodeModules} ./node_modules
|
cp -ar ${nodeModules} ./node_modules
|
||||||
|
|
Loading…
Reference in a new issue