home: wm: add dunst
This commit is contained in:
parent
c56517497a
commit
3344b079dc
2 changed files with 16 additions and 0 deletions
|
|
@ -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" ];
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue