This commit is contained in:
2025-08-11 12:54:25 +00:00
parent 32e531a8fc
commit 50afb5d0e3
3 changed files with 10 additions and 1 deletions

View File

@@ -93,6 +93,7 @@ in {
../base/home-manager
];
home = {
packages = pkgs.callPackage ../base/packages.nix {} ++ pkgs.callPackage ./packages.nix {};
stateVersion = "25.11";
};
};