nix: refactored configuration

This commit is contained in:
Léana 江 2024-05-10 14:24:26 +02:00 committed by Léana 江
parent 930881a355
commit e133fc127e
5 changed files with 16 additions and 24 deletions

View file

@ -1,7 +0,0 @@
{
imports = [
./combinators.nix
./configurations.nix
./options.nix
];
}