Add config for v3ms07

This commit is contained in:
2026-01-20 20:02:01 +01:00
parent e1c1f6e104
commit 2f5868fcca
2 changed files with 51 additions and 25 deletions

16
homes/julian/v3ms07.nix Normal file
View File

@@ -0,0 +1,16 @@
{
imports = [
../global
../features/fish
../features/direnv
../features/neovim
../features/yazi
../features/emacs
../features/nix-helper
];
is-nixos = false;
home.sessionPath = ["/snap/bin"];
}