From 7b500ee9941f1f76b2c8a6cb67a1ce39689acd2c Mon Sep 17 00:00:00 2001 From: Julian Mutter Date: Tue, 20 Jan 2026 20:24:06 +0100 Subject: [PATCH] Make v3ms07 a generic quickstart configuration --- flake.nix | 4 ++-- homes/julian/{v3ms07.nix => quickstart.nix} | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) rename homes/julian/{v3ms07.nix => quickstart.nix} (57%) 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