From 32ad0bef14194b971f72d33c0c7eb40b33366449 Mon Sep 17 00:00:00 2001 From: Infinidoge Date: Fri, 26 Jul 2024 11:35:35 -0400 Subject: [PATCH] Infini-DESKTOP: flatten home packages --- hosts/Infini-DESKTOP/default.nix | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/hosts/Infini-DESKTOP/default.nix b/hosts/Infini-DESKTOP/default.nix index ac608c0..880af89 100644 --- a/hosts/Infini-DESKTOP/default.nix +++ b/hosts/Infini-DESKTOP/default.nix @@ -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;