Added misc packages
Ran into a bunch of utils I was missing
This commit is contained in:
parent
ee91268f30
commit
2b8a3e66d3
3 changed files with 58 additions and 13 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue