7 lines
170 B
Nix
7 lines
170 B
Nix
{ ... }:
|
|
{
|
|
aa.isHeadless = false;
|
|
aa.windowManagers.sway.clamshell.enable = true;
|
|
aa.programs.opencode.enable = true;
|
|
aa.windowManagers.hyprland.enable = true;
|
|
}
|