nixos/home/tui/default.nix
Evie Litherland-Smith 8c7f8dba52 Rearrange again to reduce complexity
Move collections to use default.nix in relevant directories
Combine GUI elements into gui directory
2023-05-15 11:12:17 +01:00

8 lines
67 B
Nix

{ ... }:
{
imports = [
./neovim.nix
./lazygit.nix
];
}