refactor(greetd): move ags conf into ags module

This commit is contained in:
matt1432 2024-02-05 22:46:43 -05:00
parent 17a52bd460
commit eb9ba2a7a4
3 changed files with 64 additions and 42 deletions
modules/ags/config/js

View file

@ -32,7 +32,9 @@ export const transpileTypeScript = async(host) => {
'--external', '*/fzf.es.js',
]).catch(print);
watchAndCompileSass(host);
if (host !== 'greeter') {
watchAndCompileSass(host);
}
// The file is going to be there after transpilation
// @ts-ignore