add wrappers
This commit is contained in:
parent
05bf2c1c60
commit
8a2c922b27
10 changed files with 154 additions and 108 deletions
6
wrappers/common-desktop/vesktop.nix
Normal file
6
wrappers/common-desktop/vesktop.nix
Normal file
|
@ -0,0 +1,6 @@
|
|||
{pkgs, ...}: {
|
||||
wrappers.vesktop = {
|
||||
basePackage = pkgs.vesktop;
|
||||
env.NIXOS_OZONE_WL.value = null;
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue