diff --git a/home/profiles/tsuki/default.nix b/home/profiles/tsuki/default.nix index f0b6549..6a729e0 100644 --- a/home/profiles/tsuki/default.nix +++ b/home/profiles/tsuki/default.nix @@ -25,7 +25,7 @@ ]; home.packages = with pkgs; [ chromium - vesktop + discord-canary technorino obsidian vscode-fhs diff --git a/home/wayland/hyprland/config/general.nix b/home/wayland/hyprland/config/general.nix index fd33f94..0d9ec4a 100644 --- a/home/wayland/hyprland/config/general.nix +++ b/home/wayland/hyprland/config/general.nix @@ -11,7 +11,7 @@ "eww open bar" "hyprpaper" "chatterino" - "vesktop" + "DiscordCanary" "dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP" "${pkgs.polkit_gnome}/libexec/polkit-gnome-authentication-agent-1" ]; diff --git a/hosts/tsuki/default.nix b/hosts/tsuki/default.nix index 59f3ef0..124dcb2 100755 --- a/hosts/tsuki/default.nix +++ b/hosts/tsuki/default.nix @@ -66,7 +66,7 @@ hyprland = { enable = true; withUWSM = false; - portalPackage = inputs.xdg-portal-hyprland.packages.${pkgs.system}.default; + portalPackage = inputs.hyprland.packages.${pkgs.system}.xdg-desktop-portal-hyprland; }; corectrl.enable = true; dconf.enable = true; diff --git a/hosts/tsuki/gaming.nix b/hosts/tsuki/gaming.nix index 320515c..f5e2c07 100644 --- a/hosts/tsuki/gaming.nix +++ b/hosts/tsuki/gaming.nix @@ -31,11 +31,22 @@ openFirewall = true; capSysAdmin = true; }; + ananicy = { + enable = true; + package = pkgs.ananicy-cpp; + rulesProvider = pkgs.ananicy-cpp; + extraRules = [ + { + "name" = "gamescope"; + "nice" = -20; + } + ]; + }; }; programs = { gamescope = { enable = true; - capSysNice = true; + capSysNice = false; args = [ "--expose-wayland" "--framerate-limit 144" diff --git a/hosts/tsuki/hardware.nix b/hosts/tsuki/hardware.nix index 9d60487..db67016 100755 --- a/hosts/tsuki/hardware.nix +++ b/hosts/tsuki/hardware.nix @@ -15,9 +15,7 @@ "threadirqs" "mitigations=off" ]; - extraModulePackages = with config.boot.kernelPackages; [ - v4l2loopback.out - ]; + extraModulePackages = with config.boot.kernelPackages; [v4l2loopback.out]; loader = { systemd-boot = { enable = true; diff --git a/hosts/tsuki/networking.nix b/hosts/tsuki/networking.nix index 2ef4397..6985aa1 100644 --- a/hosts/tsuki/networking.nix +++ b/hosts/tsuki/networking.nix @@ -8,6 +8,7 @@ _: { 7000 # uxplay 7100 # uxplay 7001 # uxplay + 5173 ]; allowedUDPPorts = [ 7011 # uxplay