Enable freecad
on picard
This commit is contained in:
parent
08b1521824
commit
27fdc7a92e
2 changed files with 5 additions and 0 deletions
4
hmModules/freecad/default.nix
Normal file
4
hmModules/freecad/default.nix
Normal file
|
@ -0,0 +1,4 @@
|
|||
{ pkgs, ... }:
|
||||
{
|
||||
home.packages = [ pkgs.freecad-wayland ];
|
||||
}
|
|
@ -85,6 +85,7 @@
|
|||
"vscode-server"
|
||||
"zk"
|
||||
"catppuccin"
|
||||
"freecad"
|
||||
];
|
||||
extraGroups = [ ];
|
||||
backupPaths = [ ];
|
||||
|
|
Loading…
Add table
Reference in a new issue