Added misc packages

Ran into a bunch of utils I was missing
This commit is contained in:
Alejandro Angulo 2022-10-31 17:21:58 -07:00
parent ee91268f30
commit 2b8a3e66d3
Signed by: alejandro-angulo
GPG key ID: 75579581C74554B6
3 changed files with 58 additions and 13 deletions

View file

@ -21,11 +21,13 @@
nixpkgs.config.allowUnfree = true;
# Make ready for nix flakes
nix.package = pkgs.nixVersions.stable;
nix.extraOptions = ''
experimental-features = nix-command flakes
'';
nix = {
# Make ready for nix flakes
package = pkgs.nixVersions.stable;
extraOptions = ''
experimental-features = nix-command flakes
'';
};
networking.hostName = "gospel"; # Define your hostname.
# Pick only one of the below networking options.
@ -108,6 +110,14 @@
usbutils
pavucontrol
cachix
nixos-generators
config.nur.repos.mic92.yubikey-touch-detector
cryptsetup
paperkey
unzip
p7zip
nix-index
];
# Some programs need SUID wrappers, can be configured further or are