fixed file structore

This commit is contained in:
vali 2024-04-10 17:44:54 +02:00
commit 8a754071bf
32 changed files with 102 additions and 36 deletions

View file

@ -1,9 +0,0 @@
{ pkgs, lib, config, ...}:
{
imports = [
./cli/default.nix
./gui/default.nix
./other/default.nix
./services/default.nix
];
}