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