Remove installed discord in favour of web app
This commit is contained in:
parent
f581da480a
commit
379085a365
|
@ -97,7 +97,6 @@
|
||||||
"steam"
|
"steam"
|
||||||
"steam-original"
|
"steam-original"
|
||||||
"steam-run"
|
"steam-run"
|
||||||
"discord"
|
|
||||||
"nomachine-client"
|
"nomachine-client"
|
||||||
];
|
];
|
||||||
system = { inherit stateVersion; };
|
system = { inherit stateVersion; };
|
||||||
|
|
|
@ -199,7 +199,6 @@ in ''
|
||||||
bind = SUPER, A, moveworkspacetomonitor, name:apps current
|
bind = SUPER, A, moveworkspacetomonitor, name:apps current
|
||||||
bind = SUPER, A, workspace, name:apps
|
bind = SUPER, A, workspace, name:apps
|
||||||
bind = SUPER SHIFT, A, movetoworkspace, name:apps
|
bind = SUPER SHIFT, A, movetoworkspace, name:apps
|
||||||
windowrule = workspace name:apps, (discord)
|
|
||||||
windowrule = workspace name:apps, (Signal)
|
windowrule = workspace name:apps, (Signal)
|
||||||
windowrule = workspace name:apps, chrome-(.*)-Default
|
windowrule = workspace name:apps, chrome-(.*)-Default
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
{ config, lib, pkgs, ... }: {
|
{ 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 ];
|
imports = [ ./waybar/default.nix ./rofi/default.nix ./gtk.nix ./mako.nix ];
|
||||||
services = {
|
services = {
|
||||||
avizo.enable = true;
|
avizo.enable = true;
|
||||||
|
|
|
@ -55,7 +55,6 @@
|
||||||
"(.*) — Mozilla Firefox" = " $1";
|
"(.*) — Mozilla Firefox" = " $1";
|
||||||
"(.*) - Chromium" = " $1";
|
"(.*) - Chromium" = " $1";
|
||||||
"Nyxt - (.*)" = " $1";
|
"Nyxt - (.*)" = " $1";
|
||||||
"(.*) - Discord" = " $1";
|
|
||||||
"(.*) - Thunar" = " $1";
|
"(.*) - Thunar" = " $1";
|
||||||
"(.*) - LibreOffice Writer" = " $1";
|
"(.*) - LibreOffice Writer" = " $1";
|
||||||
"(.*) - LibreOffice Calc" = " $1";
|
"(.*) - LibreOffice Calc" = " $1";
|
||||||
|
|
Loading…
Reference in a new issue