diff --git a/hosts/Infini-DESKTOP/default.nix b/hosts/Infini-DESKTOP/default.nix index f124bfc..8239651 100644 --- a/hosts/Infini-DESKTOP/default.nix +++ b/hosts/Infini-DESKTOP/default.nix @@ -71,6 +71,7 @@ home = { profiles, pkgs, ... }: { imports = with profiles; [ stretchly ]; home.packages = with pkgs; [ + arduino hydrus sidequest ]; diff --git a/users/infinidoge/default.nix b/users/infinidoge/default.nix index 4179637..b317972 100644 --- a/users/infinidoge/default.nix +++ b/users/infinidoge/default.nix @@ -48,8 +48,6 @@ in (optional main.modules.hardware.form.desktop qbittorrent) ]) - - arduino ]; };