feat: update nix & home-manager stateVersion

This commit is contained in:
Felix Schröter 2020-05-22 17:50:13 +02:00
parent e7d1dca343
commit 416285380d
No known key found for this signature in database
GPG key ID: A12D7C9D2FD34458
4 changed files with 4 additions and 4 deletions

View file

@ -75,5 +75,5 @@ with pkgs;
dos2unix
];
home.stateVersion = "19.09";
home.stateVersion = "20.03";
}