mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 17:31:34 +01:00
Wrap webcord
This commit is contained in:
parent
84335ca042
commit
69eb613986
2 changed files with 11 additions and 2 deletions
|
|
@ -32,7 +32,6 @@
|
||||||
pkgs.notepadqq
|
pkgs.notepadqq
|
||||||
pkgs.brave
|
pkgs.brave
|
||||||
pkgs.cinnamon.nemo-with-extensions
|
pkgs.cinnamon.nemo-with-extensions
|
||||||
pkgs.webcord
|
|
||||||
pkgs.jetbrains.idea-community
|
pkgs.jetbrains.idea-community
|
||||||
pkgs.vlc
|
pkgs.vlc
|
||||||
pkgs.onlyoffice-bin_latest
|
pkgs.onlyoffice-bin_latest
|
||||||
|
|
@ -41,10 +40,11 @@
|
||||||
pkgs.hunspellDicts.de_DE
|
pkgs.hunspellDicts.de_DE
|
||||||
pkgs.hunspellDicts.en_US
|
pkgs.hunspellDicts.en_US
|
||||||
|
|
||||||
|
myWrappers.bottom
|
||||||
myWrappers.spotify
|
myWrappers.spotify
|
||||||
myWrappers.obsidian
|
myWrappers.obsidian
|
||||||
myWrappers.marktext
|
myWrappers.marktext
|
||||||
|
myWrappers.webcord
|
||||||
(myWrappers.kitty {inherit (config.myConfig.de) theme;})
|
(myWrappers.kitty {inherit (config.myConfig.de) theme;})
|
||||||
myWrappers.bottom
|
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
|
||||||
9
wrappers/webcord.nix
Normal file
9
wrappers/webcord.nix
Normal file
|
|
@ -0,0 +1,9 @@
|
||||||
|
{
|
||||||
|
assembleWrapper,
|
||||||
|
pkgs,
|
||||||
|
...
|
||||||
|
}:
|
||||||
|
assembleWrapper {
|
||||||
|
basePackage = pkgs.webcord;
|
||||||
|
flags = ["--disable-gpu"];
|
||||||
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue