From 465df9fbb4e68eba095d15a892771e783d213174 Mon Sep 17 00:00:00 2001 From: surtur Date: Sat, 3 Dec 2022 20:49:27 +0100 Subject: [PATCH] home-manager: mv home.nix home-surtur.nix --- flake.nix | 4 ++-- home.nix => home-surtur.nix | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) rename home.nix => home-surtur.nix (99%) diff --git a/flake.nix b/flake.nix index 5bbc6a4..0b2512f 100644 --- a/flake.nix +++ b/flake.nix @@ -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 ]; diff --git a/home.nix b/home-surtur.nix similarity index 99% rename from home.nix rename to home-surtur.nix index 4834106..2b94fbb 100644 --- a/home.nix +++ b/home-surtur.nix @@ -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