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