refactor: moved filesystems into their own folder

This commit is contained in:
Mohammad Rafiq 2025-03-27 03:25:09 +08:00
parent 6c60cd8e8b
commit bb6da9ccb0
No known key found for this signature in database
3 changed files with 1 additions and 1 deletions

View file

@ -28,8 +28,8 @@
]) ])
# Options for specific hostnames. # Options for specific hostnames.
(lib.optionals (hostname == "nemesis") [ (lib.optionals (hostname == "nemesis") [
./hw-nemesis.nix
./bootloaders/systemd-boot.nix ./bootloaders/systemd-boot.nix
./filesystems/hw-nemesis.nix
./hardware/cpu_amd.nix ./hardware/cpu_amd.nix
./hardware/nvidia.nix ./hardware/nvidia.nix
]) ])