initialization

This commit is contained in:
biscuit
2025-05-19 17:53:19 -05:00
commit c1e4ef47f3
30 changed files with 451 additions and 0 deletions
+18
View File
@@ -0,0 +1,18 @@
{ ... }: {
imports = [
../system/bootloader.nix
../system/browser.nix
../system/firewall.nix
../system/locale.nix
../system/networking.nix
../system/print.nix
../system/term.nix
# ../system/proxy.nix
# ../system/recovery.nix # only supports non-flake conf
../system/sound.nix
../system/ssh.nix
../system/timezone.nix
# ../system/touchpad.nix
../system/users.nix
];
}