small updates

This commit is contained in:
zack 2024-09-23 19:22:17 -04:00
parent 4b02bc72f0
commit 17b183ee8e
No known key found for this signature in database
GPG key ID: 5F873416BCF59F35
13 changed files with 161 additions and 163 deletions

View file

@ -62,9 +62,9 @@ in {
exec-once = [
"pw-loopback -C \"alsa_input.pci-0000_0d_00.4.analog-stereo\" -P \"Scarlett Solo (3rd Gen.) Headphones / Line 1-2\""
"sway-audio-idle-inhibit"
"zen"
"telegram"
"thunderbird"
"zen-browser"
"sleep 6;telegram-desktop"
"sleep 6;thunderbird"
"vesktop"
"spotify"
"slack"

View file

@ -23,11 +23,12 @@ in {
wayland.windowManager.sway = {
enable = true;
xwayland = true;
package = inputs.nixpkgs-wayland.packages.${pkgs.system}.sway-unwrapped;
extraOptions = ["--unsupported-gpu"];
config = {
terminal = "kitty";
startup = [{command = "firefox";}];
terminal = "foot";
startup = [{command = "zen";} {command = "vesktop";} {command = "slack";} {command = "telegram-desktop";} {command = "thunderbird";}];
menu = "killall anyrun || anyrun";