This commit is contained in:
Christoph Schmatzler
2025-08-11 14:14:41 +02:00
parent ebb121e8f7
commit 8e6e0242a4
2 changed files with 2 additions and 0 deletions

View File

@@ -46,6 +46,7 @@
fonts.fontconfig.enable = true;
home = {
packages = pkgs.callPackage ../base/packages.nix {} ++ pkgs.callPackage ./packages.nix {};
stateVersion = "25.11";
};
};
};

View File

@@ -92,6 +92,7 @@ in {
nixvim.homeModules.nixvim
../base/home-manager
];
stateVersion = "25.11";
};
};
}