home managing, attempt 2
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
{ config, ... }:
|
||||
|
||||
{
|
||||
imports = [
|
||||
./cfg/git.nix
|
||||
./cfg/htop.nix
|
||||
./cfg/zsh.nix
|
||||
];
|
||||
|
||||
home.username = "k3t";
|
||||
home.homeDirectory = "/home/k3t";
|
||||
}
|
||||
Reference in New Issue
Block a user