refactor: pkgs

This commit is contained in:
2025-01-22 16:58:58 -08:00
parent c426ceceb8
commit 85a46854fe
6 changed files with 28 additions and 38 deletions

View File

@@ -6,6 +6,16 @@
description = "Common packages";
};
};
config.commonPackages = with pkgs; [ wget busybox curl stow ];
config.commonPackages = with pkgs; [
wget
busybox
curl
stow
gh
oh-my-posh
neovim
ripgrep
git
];
config.programs.nix-ld.enable = true;
}