First Commit

This commit is contained in:
2026-01-05 04:04:36 +01:00
commit c7a17f7772
83 changed files with 3574 additions and 0 deletions

17
home/hyprland/execs.nix Normal file
View File

@@ -0,0 +1,17 @@
{
wayland.windowManager.hyprland = {
settings = {
exec-once = [
"sleep 2; uwsm-app -- vesktop-portable"
# todo openrgb
"sleep 5; uwsm-app -- spotify"
"uwsm-app -- dms run"
"sleep 5; uwsm-app -- Artemis.UI.Linux --minimized"
"sleep 10; bash /home/lilly/Scripts/rgb-on.sh"
# todo sunshine
# todo arrpc
#todo hyprpolkit
];
};
};
}