Infini-DESKTOP: make arduino desktop-only

This commit is contained in:
Infinidoge 2023-09-13 14:37:57 -04:00
parent 9aaa954858
commit 4826294b05
2 changed files with 1 additions and 2 deletions

View file

@ -71,6 +71,7 @@
home = { profiles, pkgs, ... }: {
imports = with profiles; [ stretchly ];
home.packages = with pkgs; [
arduino
hydrus
sidequest
];

View file

@ -48,8 +48,6 @@ in
(optional main.modules.hardware.form.desktop qbittorrent)
])
arduino
];
};