fixed pathing issue
This commit is contained in:
parent
c6bb4f2383
commit
4c599566e7
1 changed files with 1 additions and 1 deletions
|
|
@ -52,7 +52,7 @@
|
||||||
homeConfigurations = {
|
homeConfigurations = {
|
||||||
speccon18 = home-manager.lib.homeManagerConfiguration {
|
speccon18 = home-manager.lib.homeManagerConfiguration {
|
||||||
pkgs = nixpkgs.legacyPackages.x86_64-linux;
|
pkgs = nixpkgs.legacyPackages.x86_64-linux;
|
||||||
modules = [ ./hm-modules/home-manager.nix];
|
modules = [ ./.hm-modules/home-manager.nix];
|
||||||
# username = "speccon18";
|
# username = "speccon18";
|
||||||
# homeDirectory = "/home/speccon18";
|
# homeDirectory = "/home/speccon18";
|
||||||
# configuration = {
|
# configuration = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue