home-manager: mv home.nix home-surtur.nix

This commit is contained in:
surtur 2022-12-03 20:49:27 +01:00
parent 094ee9fa80
commit 465df9fbb4
Signed by: wanderer
SSH Key Fingerprint: SHA256:MdCZyJ2sHLltrLBp0xQO0O1qTW9BT/xl5nXkDvhlMCI
2 changed files with 3 additions and 3 deletions

View File

@ -31,13 +31,13 @@
formatter.${system} = nixpkgs.legacyPackages.${system}.alejandra;
homeConfigurations.vis = home-manager.lib.homeManagerConfiguration {
homeConfigurations.surtur = home-manager.lib.homeManagerConfiguration {
inherit pkgs;
# Specify your home configuration modules here, for example,
# the path to your home.nix.
modules = [
./home.nix
./home-surtur.nix
homeage.homeManagerModules.homeage
];

View File

@ -29,7 +29,7 @@ in {
};
# build a configuration and switch:
# ➜ home-manager switch --no-out-link -b backup --flake~/utils/dotfiles#$USER
# ➜ home-manager switch --no-out-link -b backup --flake~/utils/dotfiles#$HOST
# instead, install with:
# nix profile install --priority 0 home-manager