Add hypridle and hyprlock

This commit is contained in:
alejandro-angulo 2025-08-17 22:27:12 -07:00
parent e19b036d3f
commit 389b051a7a
Signed by: alejandro-angulo
GPG key ID: 75579581C74554B6
4 changed files with 246 additions and 1 deletions

View file

@ -1,7 +1,8 @@
{ ... }:
{ lib, ... }:
{
aa.isHeadless = false;
aa.windowManagers.sway.clamshell.enable = true;
aa.programs.opencode.enable = true;
aa.windowManagers.hyprland.enable = true;
aa.windowManagers.sway.enable = lib.mkForce true;
}