This commit is contained in:
biscuit
2025-05-20 21:27:50 -05:00
parent dfec0bc5da
commit f2a1604009
4 changed files with 5 additions and 5 deletions
-3
View File
@@ -1,16 +1,13 @@
{ ... }: {
imports = [
../system/bootloader.nix
../system/browser.nix
../system/firewall.nix
../system/locale.nix
../system/networking.nix
../system/print.nix
../system/term.nix
../system/development.nix
# ../system/proxy.nix
# ../system/recovery.nix # only supports non-flake conf
../system/sound.nix
../system/ssh.nix
../system/timezone.nix
# ../system/touchpad.nix
+3
View File
@@ -1,6 +1,9 @@
{...}: {
imports = [
../system/wayland.nix
../system/sound.nix
../system/print.nix
../system/browser.nix
../system/font.nix
../system/theme.nix
../system/cursor.nix