mirror of
https://github.com/Andrey0189/nixos-config-reborn.git
synced 2025-09-15 10:06:00 +03:00
amper -> ${user}
This commit is contained in:
@@ -38,7 +38,7 @@
|
|||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
homeConfigurations.amper = home-manager.lib.homeManagerConfiguration {
|
homeConfigurations.${user} = home-manager.lib.homeManagerConfiguration {
|
||||||
pkgs = nixpkgs.legacyPackages.${system};
|
pkgs = nixpkgs.legacyPackages.${system};
|
||||||
extraSpecialArgs = {
|
extraSpecialArgs = {
|
||||||
inherit inputs stateVersion user;
|
inherit inputs stateVersion user;
|
||||||
|
Reference in New Issue
Block a user