chore: do some stuff

devenv: scripts and nixpkgs-fmt
hyprland: enable UWSM support
This commit is contained in:
Zhongheng Liu 2025-01-08 22:46:31 +02:00
commit 57c4933610
Signed by: steven
GPG key ID: 805A28B071DAD84B
5 changed files with 14 additions and 7 deletions

View file

@ -65,7 +65,7 @@
};
# Optional
# Whether to enable hyprland-session.target on hyprland startup
systemd = { enable = true; };
systemd = { enable = false; }; # set to false due to UWSM
};
# ...
}