''infinite recursion encountered.''
This commit is contained in:
parent
4ad26636a7
commit
cd92b28dc6
20 changed files with 152 additions and 150 deletions
14
hosts/cyberspark/home/default.nix
Normal file
14
hosts/cyberspark/home/default.nix
Normal file
|
@ -0,0 +1,14 @@
|
|||
{ ... }:
|
||||
{
|
||||
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
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue