Auto mute fix; stremio; thalia workspace monitors

This commit is contained in:
Ryan Pandya 2025-01-28 14:36:36 -08:00
parent 038c2d9ed6
commit 51ffa800ae
3 changed files with 24 additions and 3 deletions

View File

@ -25,9 +25,20 @@
nvidia.enable = true; nvidia.enable = true;
desktop.enable = true; desktop.enable = true;
desktop.hostSettings = " desktop.hostSettings = "
# MONITORS
monitor=desc:Dell Inc. DELL P2419H 250TX53, 1920x1080, 0x0, 1, transform, 1 # Left monitor=desc:Dell Inc. DELL P2419H 250TX53, 1920x1080, 0x0, 1, transform, 1 # Left
monitor=desc:Dell Inc. DELL P2719H F3WNLS2, 1920x1080, 1080x840, 1 # Center monitor=desc:Dell Inc. DELL P2719H F3WNLS2, 1920x1080, 1080x840, 1 # Center
monitor=desc:Dell Inc. DELL P2719H 93WNLS2, 1920x1080, 3000x840, 1 # Right monitor=desc:Dell Inc. DELL P2719H 93WNLS2, 1920x1080, 3000x840, 1 # Right
# WORKSPACES
workspace = 1, monitor:desc:Dell Inc. DELL P2419H 250TX53
workspace = 2, monitor:desc:Dell Inc. DELL P2719H F3WNLS2, default:true
workspace = 3, monitor:desc:Dell Inc. DELL P2719H 93WNLS2
# EXECS
# Disable auto-mute to keep headphones plugged in
exec-once = amixer -c 2 cset numid=19 0
"; ";
sunshine.output = 2; sunshine.output = 2;
gaming.enable = true; gaming.enable = true;

View File

@ -67,6 +67,7 @@ with lib;
no_hardware_cursors = true no_hardware_cursors = true
} }
input { input {
numlock_by_default = true
repeat_delay = 200 repeat_delay = 200
kb_layout = us, in kb_layout = us, in
kb_variant = , hin-wx kb_variant = , hin-wx

View File

@ -115,11 +115,14 @@ in
spotify spotify
anki-bin anki-bin
zoom-us zoom-us
stremio
# Utilities # Utilities
networkmanagerapplet networkmanagerapplet
swaynotificationcenter swaynotificationcenter
brightnessctl brightnessctl
pavucontrol
alsa-utils
]; ];
xdg = { xdg = {
mimeApps = mimeApps =
@ -221,9 +224,15 @@ in
flatpak.enable = false; flatpak.enable = false;
printing = { printing = {
enable = true; enable = true;
drivers = [ drivers = [ pkgs.brlaser ];
# pkgs.hplipWithPlugin browsing = true;
]; browsedConf = ''
BrowseDNSSDSubTypes _cups,_print
BrowseLocalProtocols all
BrowseRemoteProtocols all
CreateIPPPrinterQueues All
BrowseProtocols all
'';
}; };
gnome.gnome-keyring.enable = true; gnome.gnome-keyring.enable = true;
avahi = { avahi = {