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

12 lines
157 B
Nix

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