Update to make home-manager hopefully work

This commit is contained in:
Lillian Violet 2023-10-27 13:58:20 +02:00
parent 8a5eeaf774
commit ee1eabbd15
3 changed files with 16 additions and 6 deletions

View file

@ -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 @@
];
};
};
*/
};
}