update laptop, fix integration of home.nix

This commit is contained in:
2025-09-23 17:57:08 -04:00
parent 33a93dfea6
commit 90f182b49f
2 changed files with 54 additions and 54 deletions

View File

@@ -45,7 +45,7 @@
}));
homeManagerSharedModule = {
home-manager.useGlobalPkgs = true;
home-manager.users.nathan = import ./home-manager/home.nix;
home-manager.users.nathan = ((import ./home-manager/home.nix) { username = "nathan"; homeDirectory = "/home/nathan"; });
};
commonConfigFunc = ({ config, lib, pkgs, modulesPath, ... }: (specificPkgs: {
nixpkgs.config.allowUnfree = true;