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 = {
|
||||
speccon18 = home-manager.lib.homeManagerConfiguration {
|
||||
pkgs = nixpkgs.legacyPackages.x86_64-linux;
|
||||
username = "speccon18";
|
||||
homeDirectory = "/home/speccon18";
|
||||
configuration = {
|
||||
imports = [
|
||||
./.hm-modules/home-manager.nix
|
||||
];
|
||||
};
|
||||
modules = [ ./hm-modules/home-manager.nix];
|
||||
# username = "speccon18";
|
||||
# homeDirectory = "/home/speccon18";
|
||||
# configuration = {
|
||||
# imports = [
|
||||
# ./.hm-modules/home-manager.nix
|
||||
# ];
|
||||
# };
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue