Evie Litherland-Smith
8c7f8dba52
Move collections to use default.nix in relevant directories Combine GUI elements into gui directory
8 lines
67 B
Nix
8 lines
67 B
Nix
{ ... }:
|
|
{
|
|
imports = [
|
|
./neovim.nix
|
|
./lazygit.nix
|
|
];
|
|
}
|