commented home config in flake
This commit is contained in:
parent
00105229a0
commit
5764ac1119
1 changed files with 10 additions and 10 deletions
12
flake.nix
12
flake.nix
|
|
@ -82,12 +82,12 @@
|
||||||
] #modules to load
|
] #modules to load
|
||||||
[]; #modules to be loaded by home-manager
|
[]; #modules to be loaded by home-manager
|
||||||
};
|
};
|
||||||
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];
|
||||||
};
|
# };
|
||||||
};
|
# };
|
||||||
};
|
};
|
||||||
|
|
||||||
}
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue