mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 15:11:34 +01:00
Reenable gpu for electron apps
This commit is contained in:
parent
f6b5818745
commit
f64087901c
5 changed files with 4 additions and 36 deletions
|
|
@ -28,12 +28,12 @@
|
||||||
pkgs.hunspell
|
pkgs.hunspell
|
||||||
pkgs.hunspellDicts.de_DE
|
pkgs.hunspellDicts.de_DE
|
||||||
pkgs.hunspellDicts.en_US
|
pkgs.hunspellDicts.en_US
|
||||||
|
pkgs.webcord
|
||||||
|
pkgs.spotify
|
||||||
|
pkgs.obsidian
|
||||||
|
pkgs.marktext
|
||||||
|
|
||||||
wrappers.bottom
|
wrappers.bottom
|
||||||
wrappers.spotify
|
|
||||||
wrappers.obsidian
|
|
||||||
wrappers.marktext
|
|
||||||
wrappers.webcord
|
|
||||||
(wrappers.kitty { inherit (config.myConfig) theme; })
|
(wrappers.kitty { inherit (config.myConfig) theme; })
|
||||||
wrappers.firefox
|
wrappers.firefox
|
||||||
];
|
];
|
||||||
|
|
|
||||||
|
|
@ -1,8 +0,0 @@
|
||||||
{ assembleWrapper, moduleArgs, ... }:
|
|
||||||
let
|
|
||||||
inherit (moduleArgs) pkgs;
|
|
||||||
in
|
|
||||||
assembleWrapper {
|
|
||||||
basePackage = pkgs.marktext;
|
|
||||||
flags = [ "--disable-gpu" ];
|
|
||||||
}
|
|
||||||
|
|
@ -1,8 +0,0 @@
|
||||||
{ assembleWrapper, moduleArgs, ... }:
|
|
||||||
let
|
|
||||||
inherit (moduleArgs) pkgs;
|
|
||||||
in
|
|
||||||
assembleWrapper {
|
|
||||||
basePackage = pkgs.obsidian;
|
|
||||||
flags = [ "--disable-gpu" ];
|
|
||||||
}
|
|
||||||
|
|
@ -1,8 +0,0 @@
|
||||||
{ assembleWrapper, moduleArgs, ... }:
|
|
||||||
let
|
|
||||||
inherit (moduleArgs) pkgs;
|
|
||||||
in
|
|
||||||
assembleWrapper {
|
|
||||||
basePackage = pkgs.spotify;
|
|
||||||
flags = [ "--disable-gpu" ];
|
|
||||||
}
|
|
||||||
|
|
@ -1,8 +0,0 @@
|
||||||
{ assembleWrapper, moduleArgs, ... }:
|
|
||||||
let
|
|
||||||
inherit (moduleArgs) pkgs;
|
|
||||||
in
|
|
||||||
assembleWrapper {
|
|
||||||
basePackage = pkgs.webcord;
|
|
||||||
flags = [ "--disable-gpu" ];
|
|
||||||
}
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue