home managing, attempt 2

This commit is contained in:
k3t
2026-03-12 07:17:02 -06:00
parent 8307d9bd72
commit ceda663361
9 changed files with 190 additions and 4 deletions
+12
View File
@@ -0,0 +1,12 @@
{ config, ... }:
{
imports = [
./cfg/git.nix
./cfg/htop.nix
./cfg/zsh.nix
];
home.username = "k3t";
home.homeDirectory = "/home/k3t";
}