Remove vesktop electron override
This commit is contained in:
parent
45954db37a
commit
c4652186cc
1 changed files with 3 additions and 6 deletions
|
|
@ -3,12 +3,9 @@
|
|||
options,
|
||||
config,
|
||||
pkgs,
|
||||
inputs,
|
||||
...
|
||||
}: let
|
||||
# TODO remove when chromium works again
|
||||
fixedVesktop = pkgs.vesktop.override {electron = pkgs.electron_33;};
|
||||
in {
|
||||
}
|
||||
: {
|
||||
options.mods.homePackages = {
|
||||
useDefaultPackages = lib.mkOption {
|
||||
default = true;
|
||||
|
|
@ -103,7 +100,7 @@ in {
|
|||
[
|
||||
(lib.mkIf config.mods.homePackages.ncspot ncspot)
|
||||
(lib.mkIf config.mods.homePackages.orcaSlicer orca-slicer)
|
||||
(lib.mkIf config.mods.homePackages.vesktop fixedVesktop)
|
||||
(lib.mkIf config.mods.homePackages.vesktop vesktop)
|
||||
(lib.mkIf config.mods.homePackages.nextcloudClient nextcloud-client)
|
||||
(lib.mkIf (!isNull config.mods.homePackages.matrixClient) config.mods.homePackages.matrixClient)
|
||||
(lib.mkIf (!isNull config.mods.homePackages.mailClient) config.mods.homePackages.mailClient)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue