From 791bc419b6dac7c70951981ef6b34cdf85828470 Mon Sep 17 00:00:00 2001 From: adikro Date: Sat, 20 Dec 2025 03:14:45 +0100 Subject: absolutely massive rewrite, made (almost) everything modular with changes to come --- sys/core/core.nix | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 sys/core/core.nix (limited to 'sys/core/core.nix') diff --git a/sys/core/core.nix b/sys/core/core.nix new file mode 100644 index 0000000..da8f277 --- /dev/null +++ b/sys/core/core.nix @@ -0,0 +1,14 @@ +{ ... }: +{ + imports = [ + ./audio.nix + ./bootloader.nix + ./drivers.nix + ./fonts.nix + ./greet.nix + ./home-manager.nix + ./localization.nix + ./networking.nix + ./security.nix + ]; +} -- cgit v1.3