profiles: put modules into folders
This commit is contained in:
parent
fb6e2afe89
commit
7b75ea43ad
|
@ -2,11 +2,11 @@
|
|||
{ ... }:
|
||||
{
|
||||
imports = [
|
||||
./bluetooth.nix
|
||||
./devices.nix
|
||||
./gtk.nix
|
||||
./laptop.nix
|
||||
./wm.nix
|
||||
./x.nix
|
||||
./bluetooth
|
||||
./devices
|
||||
./gtk
|
||||
./laptop
|
||||
./wm
|
||||
./x
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue