9 lines
101 B
Nix
9 lines
101 B
Nix
{ ... }:
|
|
{
|
|
imports = [
|
|
./desktop.nix
|
|
./terminal.nix
|
|
./neovim.nix
|
|
./zsh.nix
|
|
];
|
|
}
|