Use nixgl for Vesktop
This commit is contained in:
parent
b2e42f4526
commit
b3bfc7e74f
1 changed files with 9 additions and 0 deletions
9
home.nix
9
home.nix
|
@ -164,5 +164,14 @@
|
|||
comment = "YouTube Music Client";
|
||||
categories = [ "Qt" "KDE" "AudioVideo" "Player" ];
|
||||
};
|
||||
vesktop = {
|
||||
name = "Vesktop";
|
||||
exec = "nixGLMesa vesktop %U";
|
||||
icon = "vesktop";
|
||||
type = "Application";
|
||||
genericName = "Internet Messenger";
|
||||
# keywords = [ "discord" "vencord" "electron" "chat" ];
|
||||
categories = [ "Network" "InstantMessaging" "Chat" ];
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue