12 lines
157 B
Nix
12 lines
157 B
Nix
{ config, ... }:
|
|
|
|
{
|
|
imports = [
|
|
./cfg/git.nix
|
|
./cfg/htop.nix
|
|
./cfg/zsh.nix
|
|
];
|
|
|
|
home.username = "k3t";
|
|
home.homeDirectory = "/home/k3t";
|
|
} |