feat: add startup commands as module

This commit is contained in:
Swarsel 2024-07-25 14:26:28 +02:00
parent 956c260268
commit 5e2aae9558
Signed by: swarsel
GPG key ID: 26A54C31F2A4FD84
7 changed files with 156 additions and 78 deletions

View file

@ -114,7 +114,7 @@ in
output = (mapAttrs' eachMonitor monitors);
input = config.swarselsystems.standardinputs;
workspaceOutputAssign = workplaceOutputs;
startup = [
startup = config.swarselsystems.startup ++ [
{ command = "kitty -T kittyterm"; }
{ command = "sleep 60; kitty -T spotifytui -o confirm_os_window_close=0 spotify_player"; }
];

View file

@ -74,16 +74,6 @@
"XF86AudioMute" = "pactl set-sink-mute alsa_output.pci-0000_08_00.6.HiFi__hw_Generic_1__sink toggle";
};
startup = [
{ command = "nextcloud --background"; }
{ command = "discord --start-minimized"; }
{ command = "element-desktop --hidden -enable-features=UseOzonePlatform -ozone-platform=wayland --disable-gpu-driver-bug-workarounds"; }
{ command = "ANKI_WAYLAND=1 anki"; }
{ command = "OBSIDIAN_USE_WAYLAND=1 obsidian"; }
{ command = "nm-applet"; }
];
};
};
}