Always disable the gpu for electron apps

This commit is contained in:
SebastianStork 2024-05-08 17:51:39 +02:00
parent 302a177ef2
commit 0af906f7fb
4 changed files with 9 additions and 12 deletions

View file

@ -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;})
];
}