Updote to NixOS 21.11

This commit is contained in:
Alexander Kobjolke 2022-01-08 18:42:47 +01:00
parent 46d404d109
commit 5888a0e26f
4 changed files with 58 additions and 28 deletions

View file

@ -11,7 +11,7 @@
nix.package = pkgs.nixUnstable;
nix.extraOptions = ''
experimental-features = nix-command flakes ca-derivations ca-references
experimental-features = nix-command flakes ca-derivations
'';
#nix.registry.nixpkgs.flake = nixpkgs;
# Use the GRUB 2 boot loader.
@ -114,6 +114,7 @@
users.users.alex = {
isNormalUser = true;
extraGroups = [ "wheel" ]; # Enable sudo for the user.
shell = pkgs.zsh;
};
# List packages installed in system profile. To search, run: