refactor(greetd): astal -> ags

This commit is contained in:
matt1432 2024-07-25 23:24:19 -04:00
parent aa979f0fe4
commit 85ff6af1bf
24 changed files with 144 additions and 2368 deletions
modules/ags

View file

@ -21,7 +21,7 @@
astalTray = astal-tray.packages.${pkgs.system}.tray;
gtkSessionLock = gtk-session-lock.packages.${pkgs.system}.default;
in {
# Enable pam for ags and astal
# Enable pam for ags
security.pam.services.ags = {};
services.upower.enable = true;
@ -40,6 +40,8 @@ in {
configJs =
# javascript
''
Utils.execAsync('hyprpaper');
import { transpileTypeScript } from './js/utils.js';
export default (await transpileTypeScript('${hostName}')).default;