diff --git a/flake.nix b/flake.nix index 5147731..6bc38c1 100644 --- a/flake.nix +++ b/flake.nix @@ -164,9 +164,9 @@ inherit inputs outputs; }; }; - "julian@v3ms07" = lib.homeManagerConfiguration { + "julian@quickstart" = lib.homeManagerConfiguration { modules = [ - ./homes/julian/v3ms07 + ./homes/julian/quickstart ./homes/julian/hm-standalone-config.nix ]; pkgs = pkgsFor.x86_64-linux; diff --git a/homes/julian/v3ms07.nix b/homes/julian/quickstart.nix similarity index 57% rename from homes/julian/v3ms07.nix rename to homes/julian/quickstart.nix index 19a8510..70a6e36 100644 --- a/homes/julian/v3ms07.nix +++ b/homes/julian/quickstart.nix @@ -1,3 +1,5 @@ +# Quick configuration for setting up basic things on a standalone home-manager device +# If you want to adapt it to a specific device, copy this file with the correct hostname { imports = [ ../global