Files
nixconf/home/common.nix
T
2026-03-12 07:18:32 -06:00

13 lines
188 B
Nix

{ config, ... }:
{
imports = [
./cfg/git.nix
./cfg/htop.nix
./cfg/zsh.nix
];
home.username = "k3t";
home.homeDirectory = "/home/k3t";
home.stateVersion = "25.11";
}