add vps, tweak some stuff
This commit is contained in:
parent
cf65325765
commit
cdd9edb3c0
7 changed files with 45 additions and 36 deletions
|
@ -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";
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue