Infini-DESKTOP: make arduino desktop-only
This commit is contained in:
parent
9aaa954858
commit
4826294b05
2 changed files with 1 additions and 2 deletions
|
@ -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
|
||||||
];
|
];
|
||||||
|
|
|
@ -48,8 +48,6 @@ in
|
||||||
|
|
||||||
(optional main.modules.hardware.form.desktop qbittorrent)
|
(optional main.modules.hardware.form.desktop qbittorrent)
|
||||||
])
|
])
|
||||||
|
|
||||||
arduino
|
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue