diff --git a/home/hyprland/hyprland.nix b/home/hyprland/hyprland.nix index 6bd59d5..bc0c22a 100644 --- a/home/hyprland/hyprland.nix +++ b/home/hyprland/hyprland.nix @@ -151,6 +151,7 @@ # ",code:202,exec,mumble rpc starttalking" #",code:202,pass,^(info\.mumble\.Mumble)$" # ",code:202,exec,pamixer --default-source -u" + ",code:202,pass,^discord$" # worspace switching "$mainMod,1,workspace,name:main 1" diff --git a/home/packages/default.nix b/home/packages/default.nix index d0d618c..02f9649 100644 --- a/home/packages/default.nix +++ b/home/packages/default.nix @@ -33,6 +33,7 @@ spicetify-cli sshfs unstable.ventoy + discord # k8s tools unstable.talosctl diff --git a/system/monitoring.nix b/system/monitoring.nix index 56adbfd..312489e 100644 --- a/system/monitoring.nix +++ b/system/monitoring.nix @@ -29,5 +29,5 @@ wantedBy = [ "multi-user.target" ]; }; - networking.firewall.allowedTCPPorts = [ 9100 9558 ]; + networking.firewall.allowedTCPPorts = [ 9100 9558 8989 ]; }