Enable freecad on picard

This commit is contained in:
Andrea Ciceri 2024-09-25 14:18:30 +02:00
parent 08b1521824
commit 27fdc7a92e
Signed by: aciceri
SSH key fingerprint: SHA256:/AagBweyV4Hlfg9u092n8hbHwD5fcB6A3qhDiDA65Rg
2 changed files with 5 additions and 0 deletions

View file

@ -0,0 +1,4 @@
{ pkgs, ... }:
{
home.packages = [ pkgs.freecad-wayland ];
}

View file

@ -85,6 +85,7 @@
"vscode-server" "vscode-server"
"zk" "zk"
"catppuccin" "catppuccin"
"freecad"
]; ];
extraGroups = [ ]; extraGroups = [ ];
backupPaths = [ ]; backupPaths = [ ];