mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-08-13 23:34:39 -05:00
feat: finally got hyprland working
This commit is contained in:
parent
17ea540427
commit
c8e774a0ca
12 changed files with 66 additions and 13 deletions
|
@ -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;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue