diff --git a/hosts/thalia/default.nix b/hosts/thalia/default.nix index eea00ea..9579ae5 100644 --- a/hosts/thalia/default.nix +++ b/hosts/thalia/default.nix @@ -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; diff --git a/modules/apps/hyprland/default.nix b/modules/apps/hyprland/default.nix index b2ffd52..485cedb 100644 --- a/modules/apps/hyprland/default.nix +++ b/modules/apps/hyprland/default.nix @@ -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 diff --git a/modules/profiles/desktop.nix b/modules/profiles/desktop.nix index 6472cfa..dd76904 100644 --- a/modules/profiles/desktop.nix +++ b/modules/profiles/desktop.nix @@ -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 = {