From 50a709fae28aa7c6300598f848206033ef5a8b6c Mon Sep 17 00:00:00 2001 From: Yorick Barbanneau Date: Tue, 10 Sep 2024 10:46:56 +0200 Subject: [PATCH] refactor(host:work): reorganise work files --- flake.nix | 5 +++-- hosts/{yorick-Latitude-7320 => work}/home-config.nix | 0 .../{yorick-Latitude-7320 => work}/includes/home-manager.nix | 0 3 files changed, 3 insertions(+), 2 deletions(-) rename hosts/{yorick-Latitude-7320 => work}/home-config.nix (100%) rename hosts/{yorick-Latitude-7320 => work}/includes/home-manager.nix (100%) 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