home: wm: add dunst

This commit is contained in:
Bruno BELANYI 2021-04-06 15:52:41 +00:00
parent 971ee359ce
commit 6bad81a644
2 changed files with 16 additions and 0 deletions

View file

@ -10,6 +10,7 @@ let
in
{
imports = [
./dunst.nix
./i3.nix
./i3bar.nix
./rofi.nix
@ -23,6 +24,10 @@ in
description = "Which window manager to use for home session";
};
dunst = {
enable = mkRelatedOption "dunst configuration" [ "i3" ];
};
i3bar = {
enable = mkRelatedOption "i3bar configuration" [ "i3" ];
};