Upgrade to 22.05 (and much else)

This commit is contained in:
2022-06-01 13:57:58 -07:00
parent e9e61e24d4
commit a4ba216d71
16 changed files with 548 additions and 368 deletions
+1 -2
View File
@@ -7,9 +7,8 @@ let
in {
imports = [
(initialize {
hostname = local.hostname;
inherit (local) pkgs hostname;
home-manager-package = <home-manager>;
pkgs = pkgs;
include-secrets = false;
})
];