From 3d40fb87e33f315c95911125bc25a51f1b7a531c Mon Sep 17 00:00:00 2001 From: Steven Date: Sun, 26 Mar 2023 00:29:17 -0400 Subject: [PATCH] prefixed packages with pkgs --- .hm-modules/users/speccon18.nix | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.hm-modules/users/speccon18.nix b/.hm-modules/users/speccon18.nix index 53d0112..1553779 100644 --- a/.hm-modules/users/speccon18.nix +++ b/.hm-modules/users/speccon18.nix @@ -3,11 +3,11 @@ { home-manager.users.speccon18 = { home.packages = [ - firefox - vscodium-fhs - alacritty - starship - diff-so-fancy + pkgs.firefox + pkgs.vscodium-fhs + pkgs.alacritty + pkgs.starship + pkgs.diff-so-fancy ]; }; programs = {