Make configuration more modular
This commit is contained in:
parent
2995c006ed
commit
384da2a640
17 changed files with 97 additions and 72 deletions
11
lib/nixos/home-manager/modules/dunst.nix
Normal file
11
lib/nixos/home-manager/modules/dunst.nix
Normal file
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
services.dunst = {
|
||||
enable = true;
|
||||
|
||||
settings = {
|
||||
global = {
|
||||
follow = "keyboard";
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue