This commit is contained in:
js0ny 2025-10-23 04:38:15 +01:00
parent 8bcd089b3a
commit 93664e4120
15 changed files with 163 additions and 74 deletions

View file

@ -1,7 +1,6 @@
{pkgs, ...}: {
{...}: {
imports = [
./core/configuration.nix
./core/packages.nix
];
}