home: wm: put modules into folders
This commit is contained in:
parent
544aec0d91
commit
acc23ab684
|
@ -10,11 +10,11 @@ let
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
./dunst.nix
|
./dunst
|
||||||
./i3.nix
|
./i3
|
||||||
./i3bar.nix
|
./i3bar
|
||||||
./rofi.nix
|
./rofi
|
||||||
./screen-lock.nix
|
./screen-lock
|
||||||
];
|
];
|
||||||
|
|
||||||
options.my.home.wm = with lib; {
|
options.my.home.wm = with lib; {
|
||||||
|
|
Loading…
Reference in a new issue