Switch to a multihost/home-manager setup
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
{ ... }:
|
||||
|
||||
{
|
||||
imports = [
|
||||
./fish
|
||||
./nvim
|
||||
];
|
||||
|
||||
home.username = "me";
|
||||
home.homeDirectory = "/home/me";
|
||||
|
||||
home.stateVersion = "26.05";
|
||||
}
|
||||
Reference in New Issue
Block a user