clean arduino-ide
This commit is contained in:
parent
8c7713c8bc
commit
199e90e1f8
@ -11,7 +11,6 @@
|
||||
./games
|
||||
./groups
|
||||
./hardware
|
||||
./ide
|
||||
./isolation
|
||||
./networking
|
||||
./office
|
||||
|
||||
@ -27,7 +27,6 @@ in
|
||||
dev.enable = true;
|
||||
gaming.enable = true;
|
||||
};
|
||||
arduino.enable = true;
|
||||
tor.enable = true;
|
||||
chromium.enable = true;
|
||||
firejail.enable = true;
|
||||
@ -52,6 +51,7 @@ in
|
||||
kicad
|
||||
ghidra
|
||||
calibre
|
||||
arduino-ide
|
||||
neomutt
|
||||
pass
|
||||
isync
|
||||
|
||||
@ -31,7 +31,6 @@ in
|
||||
dev.enable = true;
|
||||
media.enable = true;
|
||||
};
|
||||
arduino.enable = true;
|
||||
tor.enable = true;
|
||||
alacritty.enable = true;
|
||||
chromium.enable = true;
|
||||
@ -58,6 +57,7 @@ in
|
||||
prismlauncher
|
||||
kicad
|
||||
calibre
|
||||
arduino-ide
|
||||
neomutt
|
||||
pass
|
||||
isync
|
||||
|
||||
@ -1,20 +0,0 @@
|
||||
{
|
||||
lib,
|
||||
config,
|
||||
pkgs,
|
||||
...
|
||||
}:
|
||||
let
|
||||
inherit (lib) mkIf mkOption types;
|
||||
in
|
||||
{
|
||||
options.smayzy.arduino.enable = mkOption {
|
||||
type = types.bool;
|
||||
default = false;
|
||||
description = "arduino ide";
|
||||
};
|
||||
|
||||
config = mkIf config.smayzy.arduino.enable {
|
||||
environment.systemPackages = with pkgs; [ arduino-ide ];
|
||||
};
|
||||
}
|
||||
@ -1,6 +0,0 @@
|
||||
{ ... }:
|
||||
{
|
||||
imports = [
|
||||
./arduino.nix
|
||||
];
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user