home/sway: dunst -> mako
This commit is contained in:
parent
ac9fc6e48d
commit
aeda65e117
2 changed files with 7 additions and 1 deletions
6
home/applications/mako/default.nix
Normal file
6
home/applications/mako/default.nix
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
{
|
||||||
|
services.mako = {
|
||||||
|
enable = true;
|
||||||
|
defaultTimeout = 5000;
|
||||||
|
};
|
||||||
|
}
|
|
@ -8,8 +8,8 @@
|
||||||
../common/wayland.nix
|
../common/wayland.nix
|
||||||
../common/wm.nix
|
../common/wm.nix
|
||||||
../cliphist
|
../cliphist
|
||||||
../dunst
|
|
||||||
../i3status-rust
|
../i3status-rust
|
||||||
|
../mako
|
||||||
../rofi
|
../rofi
|
||||||
../swayidle
|
../swayidle
|
||||||
../swaylock
|
../swaylock
|
||||||
|
|
Loading…
Reference in a new issue