Add orca slicer
This commit is contained in:
parent
41b539eea8
commit
867e56cdf1
1 changed files with 7 additions and 0 deletions
|
|
@ -59,6 +59,12 @@ in {
|
|||
type = lib.types.bool;
|
||||
description = "Adds the ncspot spotify client";
|
||||
};
|
||||
orcaSlicer = lib.mkOption {
|
||||
default = false;
|
||||
example = true;
|
||||
type = lib.types.bool;
|
||||
description = "Enables orca slicer";
|
||||
};
|
||||
nextcloudClient = lib.mkOption {
|
||||
default = false;
|
||||
example = true;
|
||||
|
|
@ -96,6 +102,7 @@ in {
|
|||
with pkgs;
|
||||
[
|
||||
(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.nextcloudClient nextcloud-client)
|
||||
(lib.mkIf (!isNull config.mods.homePackages.matrixClient) config.mods.homePackages.matrixClient)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue