feat: move mounts to hardware

This commit is contained in:
punkfairie 2025-05-25 19:22:20 -07:00
parent 4b27f1db40
commit 979929ea32
Signed by: punkfairie
GPG key ID: B3C5488E9A1A7CA6
5 changed files with 1 additions and 1 deletions

View file

@ -5,7 +5,6 @@
./fonts.nix ./fonts.nix
./home.nix ./home.nix
./i18n.nix ./i18n.nix
./mounts
./networking.nix ./networking.nix
./nix.nix ./nix.nix
./stylix.nix ./stylix.nix

View file

@ -1,6 +1,7 @@
{ {
imports = [ imports = [
./audio.nix ./audio.nix
./mounts
./nvidia.nix ./nvidia.nix
./misc.nix # try to use this as little as possible ./misc.nix # try to use this as little as possible