diff --git a/flake.nix b/flake.nix index 9df7ac88..1e16d70a 100644 --- a/flake.nix +++ b/flake.nix @@ -97,7 +97,6 @@ "steam" "steam-original" "steam-run" - "discord" "nomachine-client" ]; system = { inherit stateVersion; }; diff --git a/home/hyprland/config.nix b/home/hyprland/config.nix index 07d8c1fe..cef7eb57 100644 --- a/home/hyprland/config.nix +++ b/home/hyprland/config.nix @@ -199,7 +199,6 @@ in '' bind = SUPER, A, moveworkspacetomonitor, name:apps current bind = SUPER, A, workspace, name:apps bind = SUPER SHIFT, A, movetoworkspace, name:apps - windowrule = workspace name:apps, (discord) windowrule = workspace name:apps, (Signal) windowrule = workspace name:apps, chrome-(.*)-Default diff --git a/home/hyprland/default.nix b/home/hyprland/default.nix index 79e91c5e..53e65a81 100644 --- a/home/hyprland/default.nix +++ b/home/hyprland/default.nix @@ -1,5 +1,5 @@ { config, lib, pkgs, ... }: { - home.packages = with pkgs; [ grim slurp discord signal-desktop ]; + home.packages = with pkgs; [ grim slurp signal-desktop ]; imports = [ ./waybar/default.nix ./rofi/default.nix ./gtk.nix ./mako.nix ]; services = { avizo.enable = true; diff --git a/home/hyprland/waybar/default.nix b/home/hyprland/waybar/default.nix index cebb634e..a0c72f56 100644 --- a/home/hyprland/waybar/default.nix +++ b/home/hyprland/waybar/default.nix @@ -55,7 +55,6 @@ "(.*) — Mozilla Firefox" = "󰈹 $1"; "(.*) - Chromium" = " $1"; "Nyxt - (.*)" = "󰀹 $1"; - "(.*) - Discord" = "󰙯 $1"; "(.*) - Thunar" = "󰝰 $1"; "(.*) - LibreOffice Writer" = "󰈙 $1"; "(.*) - LibreOffice Calc" = "󰡱 $1";