15 lines
175 B
Nix
15 lines
175 B
Nix
|
{pkgs, username, ...}: {
|
||
|
|
||
|
imports = [
|
||
|
../../home/core.nix
|
||
|
|
||
|
../../home/zsh
|
||
|
../../home/neovim
|
||
|
../../home/gtk
|
||
|
../../home/xdg
|
||
|
|
||
|
../../home/direnv
|
||
|
];
|
||
|
|
||
|
}
|