add freecad
This commit is contained in:
@@ -2,12 +2,13 @@
|
||||
imports = [
|
||||
./alacritty
|
||||
./anki
|
||||
#./cura
|
||||
./cura
|
||||
./discord
|
||||
./dolphin
|
||||
./dunst
|
||||
./element
|
||||
./eww
|
||||
./freecad
|
||||
./git
|
||||
./inkscape
|
||||
./ktouch
|
||||
|
||||
5
home/programs/freecad/default.nix
Normal file
5
home/programs/freecad/default.nix
Normal file
@@ -0,0 +1,5 @@
|
||||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
home.packages = with pkgs.libsForQt5; [ freecad ];
|
||||
}
|
||||
Reference in New Issue
Block a user