added legacy packages for home manager
This commit is contained in:
parent
55b5f0afd0
commit
d20f8e5a10
1 changed files with 8 additions and 7 deletions
15
flake.nix
15
flake.nix
|
|
@ -52,13 +52,14 @@
|
||||||
homeManagerConfiguration = {
|
homeManagerConfiguration = {
|
||||||
speccon18 = home-manager.lib.homeManagerConfiguration {
|
speccon18 = home-manager.lib.homeManagerConfiguration {
|
||||||
pkgs = nixpkgs.legacyPackages.x86_64-linux;
|
pkgs = nixpkgs.legacyPackages.x86_64-linux;
|
||||||
username = "speccon18";
|
modules = [ ./hm-modules/home-manager.nix];
|
||||||
homeDirectory = "/home/speccon18";
|
# username = "speccon18";
|
||||||
configuration = {
|
# homeDirectory = "/home/speccon18";
|
||||||
imports = [
|
# configuration = {
|
||||||
./.hm-modules/home-manager.nix
|
# imports = [
|
||||||
];
|
# ./.hm-modules/home-manager.nix
|
||||||
};
|
# ];
|
||||||
|
# };
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue