diff --git a/flake.nix b/flake.nix index 7795410..2f5ee8d 100644 --- a/flake.nix +++ b/flake.nix @@ -34,6 +34,7 @@ in { pkgs.go-task pkgs.convco pkgs.typos + pkgs.home-manager ]; }; }); @@ -102,8 +103,8 @@ in { }; extraSpecialArgs = { inherit stateVersion inputs; - hostname = "yorick-Latitude-7320"; - username = "yorick"; + hostname = "work"; + username = "yorick-barbanneau"; }; modules = [ ./home-manager/default.nix diff --git a/hosts/yorick-Latitude-7320/home-config.nix b/hosts/work/home-config.nix similarity index 100% rename from hosts/yorick-Latitude-7320/home-config.nix rename to hosts/work/home-config.nix diff --git a/hosts/yorick-Latitude-7320/includes/home-manager.nix b/hosts/work/includes/home-manager.nix similarity index 100% rename from hosts/yorick-Latitude-7320/includes/home-manager.nix rename to hosts/work/includes/home-manager.nix