Switch to hyprland on gospel
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 0s

This commit is contained in:
alejandro-angulo 2025-08-30 21:24:49 -07:00
parent 024af8ba77
commit 91499636dd
Signed by: alejandro-angulo
GPG key ID: 75579581C74554B6

View file

@ -1,4 +1,4 @@
{ ... }:
{ lib, ... }:
{
aa.isHeadless = false;
aa.programs.opencode.enable = true;
@ -6,4 +6,6 @@
enable = true;
settings.global.bitrate = 320;
};
aa.windowManagers.hyprland.enable = true;
aa.windowManagers.sway.enable = lib.mkForce false;
}