Move filesystems to system folder.

This commit is contained in:
jay
2025-06-29 14:39:23 -04:00
parent abf8d98e53
commit d3c5895631
2 changed files with 1 additions and 1 deletions

View File

@@ -8,9 +8,9 @@
imports = imports =
[ # Include the results of the hardware scan. [ # Include the results of the hardware scan.
./hardware-configuration.nix ./hardware-configuration.nix
./filesystems.nix
./programs/sof-firmware.nix ./programs/sof-firmware.nix
./services/touchpad.nix ./services/touchpad.nix
./system/filesystems.nix
./system/networking.nix ./system/networking.nix
]; ];