added legacy packages for home manager
This commit is contained in:
parent
5ec6a040b7
commit
55b5f0afd0
1 changed files with 1 additions and 1 deletions
|
|
@ -51,7 +51,7 @@
|
||||||
};
|
};
|
||||||
homeManagerConfiguration = {
|
homeManagerConfiguration = {
|
||||||
speccon18 = home-manager.lib.homeManagerConfiguration {
|
speccon18 = home-manager.lib.homeManagerConfiguration {
|
||||||
pkgs = nixpkgs.legacyPackages.${system};
|
pkgs = nixpkgs.legacyPackages.x86_64-linux;
|
||||||
username = "speccon18";
|
username = "speccon18";
|
||||||
homeDirectory = "/home/speccon18";
|
homeDirectory = "/home/speccon18";
|
||||||
configuration = {
|
configuration = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue