Infini-DESKTOP: flatten home packages
This commit is contained in:
parent
6a37f35611
commit
32ad0bef14
1 changed files with 5 additions and 7 deletions
|
@ -48,13 +48,11 @@
|
|||
|
||||
virtualisation.enable = true;
|
||||
|
||||
home = { pkgs, ... }: {
|
||||
home.packages = with pkgs; [
|
||||
arduino
|
||||
hydrus
|
||||
sidequest
|
||||
];
|
||||
};
|
||||
home.home.packages = with pkgs; [
|
||||
arduino
|
||||
hydrus
|
||||
sidequest
|
||||
];
|
||||
|
||||
programs.ns-usbloader.enable = true;
|
||||
programs.minipro.enable = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue