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 = [
./bluetooth.nix
./devices.nix
./gtk.nix
./laptop.nix
./wm.nix
./x.nix
./bluetooth
./devices
./gtk
./laptop
./wm
./x
];
}