feat: move mounts to hardware
This commit is contained in:
parent
4b27f1db40
commit
979929ea32
5 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,6 @@
|
|||
./fonts.nix
|
||||
./home.nix
|
||||
./i18n.nix
|
||||
./mounts
|
||||
./networking.nix
|
||||
./nix.nix
|
||||
./stylix.nix
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
{
|
||||
imports = [
|
||||
./audio.nix
|
||||
./mounts
|
||||
./nvidia.nix
|
||||
|
||||
./misc.nix # try to use this as little as possible
|
||||
|
|
Loading…
Reference in a new issue