Switch to hyprland on gospel
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 0s
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 0s
This commit is contained in:
parent
024af8ba77
commit
91499636dd
1 changed files with 3 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
{ ... }:
|
{ lib, ... }:
|
||||||
{
|
{
|
||||||
aa.isHeadless = false;
|
aa.isHeadless = false;
|
||||||
aa.programs.opencode.enable = true;
|
aa.programs.opencode.enable = true;
|
||||||
|
@ -6,4 +6,6 @@
|
||||||
enable = true;
|
enable = true;
|
||||||
settings.global.bitrate = 320;
|
settings.global.bitrate = 320;
|
||||||
};
|
};
|
||||||
|
aa.windowManagers.hyprland.enable = true;
|
||||||
|
aa.windowManagers.sway.enable = lib.mkForce false;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue