Restructure to flatten directory more

This commit is contained in:
Evie Litherland-Smith 2023-04-19 09:22:42 +01:00
parent 1ace62070f
commit d8adc37780
32 changed files with 0 additions and 12 deletions

View file

@ -1,8 +0,0 @@
{ ... }:
{
imports = [
./env
./gui
./tui
];
}

View file

@ -1,4 +0,0 @@
{ ... }:
{
imports = [ ../common.nix ];
}