add vps, tweak some stuff

This commit is contained in:
atagen 2023-07-28 16:45:16 +10:00
parent cf65325765
commit cdd9edb3c0
7 changed files with 45 additions and 36 deletions

View file

@ -85,6 +85,7 @@
services.udisks2.enable = true;
programs.hyprland = {
enable = true;
xwayland = {
@ -123,8 +124,9 @@
enable = true;
settings = {
default_session = {
# command = "${lib.getExe pkgs.greetd.tuigreet} -r -g \"what's good\" --time --sessions ${config.services.xserver.displayManager.sessionData.desktops}/share/wayland-sessions";
command = "${pkgs.dbus}/bin/dbus-run-session ${lib.getExe pkgs.hyprland} -c /etc/hyprland_login";
command = "${lib.getExe pkgs.greetd.tuigreet} -r -g \"what's good\" --time --sessions ${config.services.xserver.displayManager.sessionData.desktops}/share/wayland-sessions";
# command = "${lib.getExe pkgs.hyprland} -c /etc/hyprland_login";
# command = "${pkgs.dbus}/bin/dbus-run-session ${lib.getExe pkgs.hyprland} -c /etc/hyprland_login";
user = "greeter";
};
};