refactor(host:work): reorganise work files

This commit is contained in:
Yorick Barbanneau 2024-09-10 10:46:56 +02:00
parent e2a58cf55a
commit 50a709fae2
3 changed files with 3 additions and 2 deletions

View file

@ -34,6 +34,7 @@ in {
pkgs.go-task pkgs.go-task
pkgs.convco pkgs.convco
pkgs.typos pkgs.typos
pkgs.home-manager
]; ];
}; };
}); });
@ -102,8 +103,8 @@ in {
}; };
extraSpecialArgs = { extraSpecialArgs = {
inherit stateVersion inputs; inherit stateVersion inputs;
hostname = "yorick-Latitude-7320"; hostname = "work";
username = "yorick"; username = "yorick-barbanneau";
}; };
modules = [ modules = [
./home-manager/default.nix ./home-manager/default.nix