feat: replace discord with vesktop for better wayland support
This commit is contained in:
parent
01a146cfac
commit
fd14358bf7
2 changed files with 4 additions and 1 deletions
|
|
@ -64,6 +64,9 @@ in
|
||||||
enable = true;
|
enable = true;
|
||||||
plugins = [ inputs.hy3.packages.x86_64-linux.hy3 ];
|
plugins = [ inputs.hy3.packages.x86_64-linux.hy3 ];
|
||||||
settings = {
|
settings = {
|
||||||
|
# debug = {
|
||||||
|
# disable_logs = false;
|
||||||
|
# };
|
||||||
env = with lib; with nixosConfig.bchmnn; optionals nvidia.enable [
|
env = with lib; with nixosConfig.bchmnn; optionals nvidia.enable [
|
||||||
"CLUTTER_BACKEND,wayland"
|
"CLUTTER_BACKEND,wayland"
|
||||||
"GDK_BACKEND,wayland"
|
"GDK_BACKEND,wayland"
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
{ pkgs, ... }: {
|
{ pkgs, ... }: {
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
discord
|
vesktop # alternate client for discord with vencord built-in
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue