clean arduino-ide
This commit is contained in:
parent
8c7713c8bc
commit
199e90e1f8
@ -11,7 +11,6 @@
|
|||||||
./games
|
./games
|
||||||
./groups
|
./groups
|
||||||
./hardware
|
./hardware
|
||||||
./ide
|
|
||||||
./isolation
|
./isolation
|
||||||
./networking
|
./networking
|
||||||
./office
|
./office
|
||||||
|
|||||||
@ -27,7 +27,6 @@ in
|
|||||||
dev.enable = true;
|
dev.enable = true;
|
||||||
gaming.enable = true;
|
gaming.enable = true;
|
||||||
};
|
};
|
||||||
arduino.enable = true;
|
|
||||||
tor.enable = true;
|
tor.enable = true;
|
||||||
chromium.enable = true;
|
chromium.enable = true;
|
||||||
firejail.enable = true;
|
firejail.enable = true;
|
||||||
@ -52,6 +51,7 @@ in
|
|||||||
kicad
|
kicad
|
||||||
ghidra
|
ghidra
|
||||||
calibre
|
calibre
|
||||||
|
arduino-ide
|
||||||
neomutt
|
neomutt
|
||||||
pass
|
pass
|
||||||
isync
|
isync
|
||||||
|
|||||||
@ -31,7 +31,6 @@ in
|
|||||||
dev.enable = true;
|
dev.enable = true;
|
||||||
media.enable = true;
|
media.enable = true;
|
||||||
};
|
};
|
||||||
arduino.enable = true;
|
|
||||||
tor.enable = true;
|
tor.enable = true;
|
||||||
alacritty.enable = true;
|
alacritty.enable = true;
|
||||||
chromium.enable = true;
|
chromium.enable = true;
|
||||||
@ -58,6 +57,7 @@ in
|
|||||||
prismlauncher
|
prismlauncher
|
||||||
kicad
|
kicad
|
||||||
calibre
|
calibre
|
||||||
|
arduino-ide
|
||||||
neomutt
|
neomutt
|
||||||
pass
|
pass
|
||||||
isync
|
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