cleaned up drastically

This commit is contained in:
biscuit
2025-05-21 12:20:32 -05:00
parent cd734937c0
commit 30ecca57ba
24 changed files with 71 additions and 98 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
imports = [
../system/wayland.nix
../system/sound.nix
../system/print.nix
../system/misc.nix
../system/browser.nix
../system/font.nix
../system/theme.nix
+1 -13
View File
@@ -5,19 +5,7 @@
}: {
imports =
[
../system/bootloader.nix
../system/firewall.nix
../system/locale.nix
../system/network.nix
../system/term.nix
../system/development.nix
# ../system/proxy.nix
# ../system/recovery.nix # only supports non-flake conf
../system/ssh.nix
../system/timezone.nix
# ../system/touchpad.nix
../system/users.nix
../system/tools.nix
../system/default.nix
]
++ lib.optionals (vpnEnable == true) [
../system/vpn.nix