dms shell

This commit is contained in:
2025-10-03 13:57:32 +01:00
parent 127586a6a2
commit 8a1e40c3d0
19 changed files with 428 additions and 156 deletions
+2 -8
View File
@@ -83,7 +83,7 @@ in
restart = true;
settings = {
default_session = {
command = "${pkgs.greetd.tuigreet}/bin/tuigreet --cmd river";
command = "${pkgs.tuigreet}/bin/tuigreet --cmd Hyprland";
};
};
};
@@ -108,12 +108,6 @@ in
Hyprland
river
'';
# "hyprland/plugins.conf" = {
# mode = "0444";
# text = ''
# plugin = ${pkgs.hyprlandPlugins.hyprexpo}
# '';
# };
};
};
@@ -192,7 +186,7 @@ in
];
};
river = {
river-classic = {
enable = true;
xwayland.enable = true;
};