Auto mute fix; stremio; thalia workspace monitors
This commit is contained in:
parent
038c2d9ed6
commit
51ffa800ae
@ -25,9 +25,20 @@
|
||||
nvidia.enable = true;
|
||||
desktop.enable = true;
|
||||
desktop.hostSettings = "
|
||||
|
||||
# MONITORS
|
||||
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 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;
|
||||
gaming.enable = true;
|
||||
|
||||
@ -67,6 +67,7 @@ with lib;
|
||||
no_hardware_cursors = true
|
||||
}
|
||||
input {
|
||||
numlock_by_default = true
|
||||
repeat_delay = 200
|
||||
kb_layout = us, in
|
||||
kb_variant = , hin-wx
|
||||
|
||||
@ -115,11 +115,14 @@ in
|
||||
spotify
|
||||
anki-bin
|
||||
zoom-us
|
||||
stremio
|
||||
|
||||
# Utilities
|
||||
networkmanagerapplet
|
||||
swaynotificationcenter
|
||||
brightnessctl
|
||||
pavucontrol
|
||||
alsa-utils
|
||||
];
|
||||
xdg = {
|
||||
mimeApps =
|
||||
@ -221,9 +224,15 @@ in
|
||||
flatpak.enable = false;
|
||||
printing = {
|
||||
enable = true;
|
||||
drivers = [
|
||||
# pkgs.hplipWithPlugin
|
||||
];
|
||||
drivers = [ pkgs.brlaser ];
|
||||
browsing = true;
|
||||
browsedConf = ''
|
||||
BrowseDNSSDSubTypes _cups,_print
|
||||
BrowseLocalProtocols all
|
||||
BrowseRemoteProtocols all
|
||||
CreateIPPPrinterQueues All
|
||||
BrowseProtocols all
|
||||
'';
|
||||
};
|
||||
gnome.gnome-keyring.enable = true;
|
||||
avahi = {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user