Switch to a multihost/home-manager setup

This commit is contained in:
2026-07-07 06:45:07 +01:00
parent 2d21314705
commit f8a8083a07
19 changed files with 388 additions and 390 deletions
+13
View File
@@ -0,0 +1,13 @@
{ ... }:
{
imports = [
./fish
./nvim
];
home.username = "me";
home.homeDirectory = "/home/me";
home.stateVersion = "26.05";
}