i once again again again ened to sync
This commit is contained in:
parent
9cac325698
commit
6063d2b438
18 changed files with 1264 additions and 1375 deletions
|
|
@ -22,7 +22,7 @@
|
|||
};
|
||||
displayManager = {
|
||||
gdm = {
|
||||
enable = true;
|
||||
enable = false;
|
||||
autoSuspend = false;
|
||||
};
|
||||
};
|
||||
|
|
@ -31,7 +31,16 @@
|
|||
uwsm = {
|
||||
enable = true;
|
||||
waylandCompositors =
|
||||
if config.desktop.window-managers.hyprland.enable then
|
||||
if config.desktop.window-managers.niri.enable then
|
||||
|
||||
{
|
||||
niri = {
|
||||
prettyName = "Niri";
|
||||
comment = "Niri";
|
||||
binPath = "${config.programs.niri.package}/bin/niri-session";
|
||||
};
|
||||
}
|
||||
else if config.desktop.window-managers.hyprland.enable then
|
||||
{
|
||||
hyprland = {
|
||||
prettyName = "Hyprland";
|
||||
|
|
@ -47,15 +56,6 @@
|
|||
binPath = "${config.programs.sway.package}/bin/sway --session";
|
||||
};
|
||||
}
|
||||
else if config.desktop.window-managers.niri.enable then
|
||||
|
||||
{
|
||||
niri = {
|
||||
prettyName = "Niri";
|
||||
comment = "Niri";
|
||||
binPath = "${config.programs.niri.package}/bin/niri-session";
|
||||
};
|
||||
}
|
||||
else
|
||||
{ };
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue