From 323e0321c59de04ff9a5d4842767983714319e4c Mon Sep 17 00:00:00 2001 From: "Mohamed C." Date: Wed, 31 Jul 2024 18:45:55 +0200 Subject: [PATCH] missing ; --- user/userpkgs.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/user/userpkgs.nix b/user/userpkgs.nix index 805a82c..35f4fd8 100644 --- a/user/userpkgs.nix +++ b/user/userpkgs.nix @@ -1,4 +1,5 @@ { config, pkgs, pkgs-unstable,... }: +{ environment.systemPackages = with pkgs; [ wget git @@ -15,3 +16,4 @@ mangohud ibm-plex ]; +}