hyprland stuff

This commit is contained in:
blahai 2024-10-23 18:09:21 +03:00
parent 18dfa4c261
commit 75363a8e02
No known key found for this signature in database
3 changed files with 27 additions and 1 deletions

View file

@ -2,6 +2,8 @@
wayland.windowManager.hyprland.settings = {
exec-once = [
"${pkgs.swww}/bin/swww-daemon --format xrgb"
"${pkgs.floorp}/bin/floorp"
"sleep 3; ${pkgs.vesktop}/bin/vesktop"
"ags"
];
};