update system

This commit is contained in:
Noah Masur
2022-06-05 08:32:23 -04:00
parent cd62307786
commit 8d50690a79
3 changed files with 17 additions and 10 deletions

View File

@ -33,6 +33,9 @@
# Enable features in Nix commands
nix.extraOptions = "experimental-features = nix-command flakes";
# Pin a state version to prevent warnings
system.stateVersion = "22.11";
# Basic common system packages for all devices
environment.systemPackages = with pkgs; [ git vim wget curl ];