use sway for now since hyprland crashes with kvm switch
This commit is contained in:
parent
00a045d0c1
commit
566d709ca8
15 changed files with 739 additions and 3 deletions
|
|
@ -7,6 +7,8 @@ in
|
|||
imports = [
|
||||
./gnome
|
||||
./hyprland
|
||||
./sway
|
||||
./cosmic
|
||||
];
|
||||
config = {
|
||||
assertions = [
|
||||
|
|
@ -21,6 +23,14 @@ in
|
|||
name = "hyprland";
|
||||
enabled = cfg.hyprland.enable;
|
||||
}
|
||||
{
|
||||
name = "sway";
|
||||
enabled = cfg.sway.enable;
|
||||
}
|
||||
{
|
||||
name = "cosmic";
|
||||
enabled = cfg.cosmic.enable;
|
||||
}
|
||||
];
|
||||
in
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue