home-manager: mv home.nix home-surtur.nix
This commit is contained in:
parent
094ee9fa80
commit
465df9fbb4
@ -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
|
||||
];
|
||||
|
||||
|
@ -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
|
Loading…
Reference in New Issue
Block a user