Add custom fetch #13

Merged
DashieTM merged 3 commits from main into main 2025-05-06 19:23:00 +02:00
Showing only changes of commit c4652186cc - Show all commits

View file

@ -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)