mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2025-12-04 15:00:13 +01:00
feat: adds freecad to creative group
This commit is contained in:
parent
92ded40fd7
commit
59678dc58a
1 changed files with 11 additions and 2 deletions
|
|
@ -1,8 +1,16 @@
|
||||||
{ lib, pkgs, config, username, home-manager, ... }:
|
{
|
||||||
|
lib,
|
||||||
|
pkgs,
|
||||||
|
config,
|
||||||
|
username,
|
||||||
|
home-manager,
|
||||||
|
...
|
||||||
|
}:
|
||||||
with lib;
|
with lib;
|
||||||
let
|
let
|
||||||
cfg = config.liv.creative;
|
cfg = config.liv.creative;
|
||||||
in {
|
in
|
||||||
|
{
|
||||||
options.liv.creative = {
|
options.liv.creative = {
|
||||||
enable = mkEnableOption "Enable creative workflow";
|
enable = mkEnableOption "Enable creative workflow";
|
||||||
};
|
};
|
||||||
|
|
@ -17,6 +25,7 @@ in {
|
||||||
obs-studio
|
obs-studio
|
||||||
kdePackages.kdenlive
|
kdePackages.kdenlive
|
||||||
orca-slicer
|
orca-slicer
|
||||||
|
freecad
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue