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;
|
||||
let
|
||||
cfg = config.liv.creative;
|
||||
in {
|
||||
in
|
||||
{
|
||||
options.liv.creative = {
|
||||
enable = mkEnableOption "Enable creative workflow";
|
||||
};
|
||||
|
|
@ -17,6 +25,7 @@ in {
|
|||
obs-studio
|
||||
kdePackages.kdenlive
|
||||
orca-slicer
|
||||
freecad
|
||||
];
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue