1
0
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:
andrey_varnavskiy
2024-11-28 06:13:05 +05:00
parent 3477cdfe77
commit 386174e7eb

View File

@@ -38,7 +38,7 @@
];
};
homeConfigurations.amper = home-manager.lib.homeManagerConfiguration {
homeConfigurations.${user} = home-manager.lib.homeManagerConfiguration {
pkgs = nixpkgs.legacyPackages.${system};
extraSpecialArgs = {
inherit inputs stateVersion user;