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"
|
"vscode-server"
|
||||||
"zk"
|
"zk"
|
||||||
"catppuccin"
|
"catppuccin"
|
||||||
|
"freecad"
|
||||||
];
|
];
|
||||||
extraGroups = [ ];
|
extraGroups = [ ];
|
||||||
backupPaths = [ ];
|
backupPaths = [ ];
|
||||||
|
|
Loading…
Add table
Reference in a new issue