cleaned up drastically
This commit is contained in:
@@ -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
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user