add myself

nix-components
pegasust 2022-11-07 03:14:16 -07:00
parent 9860879bee
commit 8fb58aeb35
1 changed files with 4 additions and 0 deletions

View File

@ -17,5 +17,9 @@
inherit pkgs;
modules = [./home.nix];
};
homeConfigurations.ubuntu_admin = home-manager.lib.homeManagerConfiguration {
inherit pkgs;
modules = [./home.nix];
};
};
}