15 lines
377 B
Nix
15 lines
377 B
Nix
{ ... }:
|
|
{
|
|
imports = [
|
|
../../../modules/home
|
|
../../../modules/home/users
|
|
../../../modules/home/programs/fastfetch
|
|
../../../modules/home/programs/git
|
|
../../../modules/home/programs/ncmpcpp
|
|
../../../modules/home/programs/neovim
|
|
../../../modules/home/programs/ranger
|
|
../../../modules/home/programs/tmux
|
|
../../../modules/home/utils/zsh
|
|
];
|
|
}
|