♻️ homeManagerConfiguration changes

This commit is contained in:
2022-06-30 15:45:46 -04:00
parent 84b9bb3558
commit 6b49860346
3 changed files with 33 additions and 19 deletions

View File

@ -16,13 +16,11 @@
{
homeConfigurations = {
walkah = home-manager.lib.homeManagerConfiguration {
system = system;
homeDirectory = if pkgs.stdenv.isDarwin then "/Users/walkah" else "/home/walkah";
username = "walkah";
stateVersion = "22.05";
configuration = { config, pkgs, ... }: {
imports = [ ./home.nix ];
};
inherit pkgs;
modules = [
./home.nix
];
};
};
packages.default =