mirror of
https://git.sr.ht/~magic_rb/dotfiles
synced 2024-11-26 10:06:13 +01:00
3b229358a6
Signed-off-by: Magic_RB <magic_rb@redalder.org>
13 lines
251 B
Nix
13 lines
251 B
Nix
{ nixpkgs, nixpkgs-unstable, nixpkgs-master, custom, hostname, rlib, inputs }:
|
|
{ config, lib, ... }:
|
|
{
|
|
home.packages = with nixpkgs; [
|
|
openscad
|
|
cura
|
|
inkscape
|
|
] ++ [
|
|
nixpkgs-unstable.prusa-slicer
|
|
# custom.freecad-appimage
|
|
];
|
|
}
|