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,6 +1,5 @@
{
outputs =
inputs:
outputs = inputs:
inputs.flake-parts.lib.mkFlake { inherit inputs; } {
flake.nixConfig = {
extra-trusted-substituters = [ "https://leana8959.cachix.org" ];
@ -12,7 +11,7 @@
imports = [
./nix/handleInputs # Resolve inputs
./nix/custom # Custom package set
./nix/lib # Configuration and their generators
./nix/configurations # Configuration and their generators
];
systems = [