added maker-ish things

feat/kile-v2
Ricard Illa 2022-02-13 15:55:35 +01:00
parent a999a16ee1
commit cce0e057f8
No known key found for this signature in database
GPG Key ID: F69A672B72E54902
2 changed files with 13 additions and 0 deletions

12
home/maker/default.nix Normal file
View File

@ -0,0 +1,12 @@
{ config, pkgs, ... }:
{
home.packages = [
pkgs.esphome
pkgs.freecad
pkgs.kicad-small
pkgs.meshlab
pkgs.openscad
pkgs.slic3r
];
}

View File

@ -26,6 +26,7 @@ in {
./gpg ./gpg
./idasen ./idasen
./mail ./mail
./maker
./minidisc ./minidisc
./mpd ./mpd
./msg ./msg