Hyprland bug fixed; Hold in for plasma 6

This commit is contained in:
2026-05-08 10:42:30 +02:00
parent dc721a79bc
commit 788aff4158
6 changed files with 54 additions and 24 deletions
+16 -1
View File
@@ -1,5 +1,6 @@
{
lib,
pkgs,
...
}:
{
@@ -13,7 +14,7 @@
};
programs.regreet = {
enable = true;
enable = false;
cageArgs = [
"-s"
@@ -63,4 +64,18 @@
};
};
};
services.greetd = {
enable = true;
settings = {
default_session = {
command = "${pkgs.tuigreet}/bin/tuigreet --cmd start-hyprland";
user = "greeter";
};
initial_session = {
command = "Hyprland";
user = "phil";
};
};
};
}