fix: add shellcheck

Also move user specific packages to the user section.
This commit is contained in:
Dan Anglin 2024-09-16 08:26:49 +01:00
parent 4a21e783d4
commit dd6645f702
Signed by: dananglin
GPG key ID: DC7C2989B0E30FEA

View file

@ -72,21 +72,13 @@
environment = { environment = {
systemPackages = with pkgs; [ systemPackages = with pkgs; [
curl curl
deno
distrobox
firefox
gcc gcc
git git
gnumake gnumake
htop htop
jq jq
lesspipe lesspipe
luajitPackages.luarocks
mage
pwgen
tmux
vim vim
xdg-user-dirs
]; ];
variables = rec { variables = rec {
@ -175,8 +167,17 @@
description = "Dan Anglin"; description = "Dan Anglin";
extraGroups = [ "networkmanager" "wheel" "docker"]; extraGroups = [ "networkmanager" "wheel" "docker"];
packages = with pkgs; [ packages = with pkgs; [
deno
distrobox
firefox
lf lf
luajitPackages.luarocks
mage
pwgen
shellcheck
tmux
unstable.neovim unstable.neovim
xdg-user-dirs
]; ];
}; };