This commit is contained in:
Jeffrey Serio 2024-08-31 23:49:36 -05:00
parent 9a5830391d
commit 8e7398ba6d

View File

@ -1,6 +1,11 @@
{ config, pkgs, ... }: { config, pkgs, ... }:
{ {
nixpkgs.config = {
allowUnfree = true;
allowUnfreePredicate = (_: true);
};
# Home Manager needs a bit of information about you and the paths it should # Home Manager needs a bit of information about you and the paths it should
# manage. # manage.
home.username = "jas"; home.username = "jas";
@ -28,11 +33,13 @@
hyperfine hyperfine
just just
lsd lsd
lynx
nmap nmap
nodejs nodejs
nodePackages.js-beautify nodePackages.js-beautify
nodePackages.npm nodePackages.npm
nodePackages.prettier nodePackages.prettier
parallel
procs procs
ripgrep ripgrep
rustscan rustscan
@ -41,6 +48,7 @@
tealdeer tealdeer
trash-cli trash-cli
vivid vivid
wget
wl-clipboard wl-clipboard
wthrr wthrr
zellij zellij