Make v3ms07 a generic quickstart configuration

This commit is contained in:
2026-01-20 20:24:06 +01:00
parent 07eb4664f9
commit 7b500ee994
2 changed files with 4 additions and 2 deletions
+18
View File
@@ -0,0 +1,18 @@
# 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
../features/fish
../features/direnv
../features/neovim
../features/yazi
../features/emacs
../features/nix-helper
];
is-nixos = false;
home.sessionPath = ["/snap/bin"];
}