Add openscad
This commit is contained in:
@@ -23,6 +23,7 @@
|
|||||||
../modules/qbittorrent.nix
|
../modules/qbittorrent.nix
|
||||||
../modules/gimp.nix
|
../modules/gimp.nix
|
||||||
../modules/bambu-studio.nix
|
../modules/bambu-studio.nix
|
||||||
|
../modules/openscad.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
boot.loader.systemd-boot.enable = true;
|
boot.loader.systemd-boot.enable = true;
|
||||||
|
|||||||
8
systems/modules/openscad.nix
Normal file
8
systems/modules/openscad.nix
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
|
||||||
|
{ config, pkgs, ... } :
|
||||||
|
|
||||||
|
{
|
||||||
|
environment.systemPackages = with pkgs; [
|
||||||
|
openscad
|
||||||
|
];
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user