discord: switch to vesktop

This commit is contained in:
Christoph Hollizeck 2024-11-17 01:11:02 +01:00
parent 303f09a113
commit e6f2b8143e
Signed by: Daholli
GPG key ID: 1763BB530F50279E
3 changed files with 2 additions and 11 deletions

View file

@ -18,7 +18,7 @@ in
config = mkIf cfg.enable { config = mkIf cfg.enable {
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
discord vesktop
]; ];
}; };
} }

View file

@ -125,7 +125,7 @@ in
"systemctl --user start hyprpolkitagent" "systemctl --user start hyprpolkitagent"
"[workspace 2 silent] steam --disable-gpu-compositing" # nvidia pls let me have nice things "[workspace 2 silent] steam --disable-gpu-compositing" # nvidia pls let me have nice things
"[workspace 8 silent] discord --disable-gpu-compositing" "[workspace 8 silent] vesktop"
"[workspace 9 silent] 1password" "[workspace 9 silent] 1password"
"[workspace 1 silent] zen" "[workspace 1 silent] zen"
]; ];

View file

@ -1,9 +0,0 @@
{ ... }:
final: prev: {
discord = prev.discord.overrideAttrs (oldAttrs: {
commandLineArgs = ''
--disable-gpu-compositing
'';
});
}