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, ... }: { home = { profiles, pkgs, ... }: {
imports = with profiles; [ stretchly ]; imports = with profiles; [ stretchly ];
home.packages = with pkgs; [ home.packages = with pkgs; [
arduino
hydrus hydrus
sidequest sidequest
]; ];

View file

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