mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 21:01:34 +01:00
Always disable the gpu for electron apps
This commit is contained in:
parent
302a177ef2
commit
0af906f7fb
4 changed files with 9 additions and 12 deletions
|
|
@ -42,9 +42,9 @@
|
|||
pkgs.hunspellDicts.de_DE
|
||||
pkgs.hunspellDicts.en_US
|
||||
|
||||
(myWrappers.spotify {disableGPU = true;})
|
||||
(myWrappers.obsidian {disableGPU = true;})
|
||||
(myWrappers.marktext {disableGPU = true;})
|
||||
myWrappers.spotify
|
||||
myWrappers.obsidian
|
||||
myWrappers.marktext
|
||||
(myWrappers.kitty {inherit (config.myConfig.de) theme;})
|
||||
];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue