added maker-ish things
parent
a999a16ee1
commit
cce0e057f8
|
@ -0,0 +1,12 @@
|
|||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
home.packages = [
|
||||
pkgs.esphome
|
||||
pkgs.freecad
|
||||
pkgs.kicad-small
|
||||
pkgs.meshlab
|
||||
pkgs.openscad
|
||||
pkgs.slic3r
|
||||
];
|
||||
}
|
|
@ -26,6 +26,7 @@ in {
|
|||
./gpg
|
||||
./idasen
|
||||
./mail
|
||||
./maker
|
||||
./minidisc
|
||||
./mpd
|
||||
./msg
|
||||
|
|
Loading…
Reference in New Issue