test hyprland autolaunch

This commit is contained in:
2025-08-24 08:50:53 -05:00
parent aae976f555
commit aa4528b70a

View File

@@ -103,6 +103,18 @@
};
};
services.getty = {
autologinUser = "nathan";
};
programs.zsh.shellInit = ''
if [ -z "''${WAYLAND_DISPLAY}" ] && [ "''${XDG_VTNR}" -eq 1 ]; then
dbus-run-session Hyprland
fi
'';
systemd.services.hyprland = {};
sysconfig = {
remoteBuildHost = true;
host = "homebox";
@@ -144,7 +156,7 @@
};
services = {
sddm.enable = true;
sddm.enable = false;
openssh.enable = true;
pipewire.enable = true;
netbird.enable = true;