Added misc packages

This commit is contained in:
Alejandro Angulo 2022-12-05 21:34:31 -08:00
parent b1a2c4b756
commit c322a2df1a
Signed by: alejandro-angulo
GPG key ID: 75579581C74554B6

View file

@ -13,6 +13,8 @@
./vpn.nix ./vpn.nix
]; ];
nixpkgs.config.allowUnfree = true;
# Make ready for nix flakes # Make ready for nix flakes
nix.package = pkgs.nixVersions.stable; nix.package = pkgs.nixVersions.stable;
nix.extraOptions = '' nix.extraOptions = ''
@ -110,6 +112,10 @@
prusa-slicer prusa-slicer
traceroute traceroute
gnumake
hugo
nixos-generators
vlc
]; ];
# Some programs need SUID wrappers, can be configured further or are # Some programs need SUID wrappers, can be configured further or are