profiles: put modules into folders

This commit is contained in:
Bruno BELANYI 2021-09-25 15:26:21 +02:00
parent fb6e2afe89
commit 7b75ea43ad
7 changed files with 6 additions and 6 deletions

View File

@ -2,11 +2,11 @@
{ ... }: { ... }:
{ {
imports = [ imports = [
./bluetooth.nix ./bluetooth
./devices.nix ./devices
./gtk.nix ./gtk
./laptop.nix ./laptop
./wm.nix ./wm
./x.nix ./x
]; ];
} }