CAAAD
This commit is contained in:
parent
75de3cc274
commit
dfa4e65377
7 changed files with 27 additions and 3 deletions
22
hm/dev/3d.nix
Normal file
22
hm/dev/3d.nix
Normal file
|
@ -0,0 +1,22 @@
|
|||
{
|
||||
pkgs,
|
||||
lib,
|
||||
config,
|
||||
...
|
||||
}:
|
||||
{
|
||||
config = lib.mkIf config.frogeye.dev."3d" {
|
||||
home = {
|
||||
packages = with pkgs; [
|
||||
blender
|
||||
openscad
|
||||
orca-slicer
|
||||
];
|
||||
};
|
||||
programs.nixvim.plugins = {
|
||||
# TODO Neither seem to do anything...
|
||||
# openscad.enable = true;
|
||||
lsp.servers.openscad_lsp.enable = true;
|
||||
};
|
||||
};
|
||||
}
|
|
@ -1,6 +1,7 @@
|
|||
{ pkgs, config, ... }:
|
||||
{
|
||||
imports = [
|
||||
./3d.nix
|
||||
./c.nix
|
||||
./common.nix
|
||||
./go.nix
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue