feat: finally got hyprland working

This commit is contained in:
Nick 2025-02-03 02:00:27 -06:00
parent 17ea540427
commit c8e774a0ca
12 changed files with 66 additions and 13 deletions

View file

@ -29,7 +29,14 @@ in
wayland.windowManager.hyprland = {
enable = true;
xwayland.enable = true;
systemd.enable = false;
systemd = {
enable = true;
enableXdgAutostart = true;
extraCommands = [
"systemctl --user stop hyprland-session.target"
"systemctl --user start hyprland-session.target"
];
};
settings = configImports;
};
}