mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 18:41:34 +01:00
Disable gpu for electron apps with wrapper-manager
This commit is contained in:
parent
6626303217
commit
1290098798
8 changed files with 108 additions and 4 deletions
12
wrappers/default.nix
Normal file
12
wrappers/default.nix
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
inputs,
|
||||
pkgs,
|
||||
lib,
|
||||
...
|
||||
}: {
|
||||
_module.args.myWrappers = {
|
||||
spotify = import ./spotify.nix {inherit inputs pkgs lib;};
|
||||
obsidian = import ./obsidian.nix {inherit inputs pkgs lib;};
|
||||
marktext = import ./marktext.nix {inherit inputs pkgs lib;};
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue