Update to make home-manager hopefully work
This commit is contained in:
parent
8a5eeaf774
commit
ee1eabbd15
3 changed files with 16 additions and 6 deletions
|
@ -82,7 +82,8 @@
|
|||
|
||||
# Standalone home-manager configuration entrypoint
|
||||
# Available through 'home-manager --flake .#your-username@your-hostname'
|
||||
homeConfigurations = {
|
||||
/*
|
||||
homeConfigurations = {
|
||||
"lillian@EDI" = home-manager.lib.homeManagerConfiguration {
|
||||
pkgs = nixpkgs.legacyPackages.x86_64-linux; # Home-manager requires 'pkgs' instance
|
||||
extraSpecialArgs = {inherit inputs outputs;};
|
||||
|
@ -103,5 +104,6 @@
|
|||
];
|
||||
};
|
||||
};
|
||||
*/
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue