fully refactored stolen config :D

This commit is contained in:
Charlie Root 2024-04-10 17:39:26 +02:00
commit 478e81cf03
39 changed files with 1603 additions and 206 deletions

View file

@ -1,9 +1,9 @@
{ pkgs, lib, config, ...}:
{
imports = [
./core/boot/boot.nix
./graphics/default.nix
#./web/default.nix
#./terminal/default.nix
./cli/default.nix
./gui/default.nix
./other/default.nix
./services/default.nix
];
}