From 39eaf9834ae364290ef7e583e81c2dd6771ba707 Mon Sep 17 00:00:00 2001 From: Giulio De Pasquale Date: Fri, 18 Apr 2025 16:20:31 +0100 Subject: [PATCH] fix(common): append lists fix --- roles/home/common.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/home/common.nix b/roles/home/common.nix index 335b382..6f54d2d 100644 --- a/roles/home/common.nix +++ b/roles/home/common.nix @@ -27,7 +27,7 @@ in ]; home = { - packages = stablePkgs + unstablePkgs; + packages = stablePkgs ++ unstablePkgs; stateVersion = "24.11"; };