From dd6645f702b1958f6c8b64f5d5b02d2b48565fda Mon Sep 17 00:00:00 2001 From: Dan Anglin Date: Mon, 16 Sep 2024 08:26:49 +0100 Subject: [PATCH] fix: add shellcheck Also move user specific packages to the user section. --- configuration.nix | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/configuration.nix b/configuration.nix index 18f337f..6374171 100644 --- a/configuration.nix +++ b/configuration.nix @@ -72,21 +72,13 @@ environment = { systemPackages = with pkgs; [ curl - deno - distrobox - firefox gcc git gnumake htop jq lesspipe - luajitPackages.luarocks - mage - pwgen - tmux vim - xdg-user-dirs ]; variables = rec { @@ -175,8 +167,17 @@ description = "Dan Anglin"; extraGroups = [ "networkmanager" "wheel" "docker"]; packages = with pkgs; [ + deno + distrobox + firefox lf + luajitPackages.luarocks + mage + pwgen + shellcheck + tmux unstable.neovim + xdg-user-dirs ]; };