home.nix: last cleanup

This commit is contained in:
2026-05-17 12:51:59 +02:00
parent a724d9e98b
commit 07dce06ceb
3 changed files with 14 additions and 10 deletions
+12
View File
@@ -0,0 +1,12 @@
{
...
}:
{
home.username = "tomasr";
home.homeDirectory = "/home/tomasr";
home.sessionVariables = {
EDITOR = "neovim";
TERMINAL = "kitty";
};
}