Remove installed discord in favour of web app

This commit is contained in:
Evie Litherland-Smith 2023-12-07 09:57:34 +00:00
parent f581da480a
commit 379085a365
4 changed files with 1 additions and 4 deletions

View file

@ -97,7 +97,6 @@
"steam"
"steam-original"
"steam-run"
"discord"
"nomachine-client"
];
system = { inherit stateVersion; };

View file

@ -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

View file

@ -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;

View file

@ -55,7 +55,6 @@
"(.*) Mozilla Firefox" = "󰈹 $1";
"(.*) - Chromium" = " $1";
"Nyxt - (.*)" = "󰀹 $1";
"(.*) - Discord" = "󰙯 $1";
"(.*) - Thunar" = "󰝰 $1";
"(.*) - LibreOffice Writer" = "󰈙 $1";
"(.*) - LibreOffice Calc" = "󰡱 $1";