inherit inputs

This commit is contained in:
2025-01-26 17:32:32 +00:00
parent 3136df53b7
commit 1866479684
3 changed files with 7 additions and 25 deletions

View File

@@ -46,8 +46,8 @@
#time.timeZone = "Europe/Berlin";
home-manager = {
config = ./home.nix
backupFileExtension = "hm-bak"
config = ./home.nix;
backupFileExtension = "hm-bak";
useGlobalPkgs = true;
};
}