diff options
| author | stuebinm | 2026-08-12 16:57:26 +0200 |
|---|---|---|
| committer | stuebinm | 2026-08-12 16:57:26 +0200 |
| commit | db2cb1d1ac2b887542fa0308832f769cee2ac55f (patch) | |
| tree | 8639cc005c5bf552acb9d5b4e3038b45ef25d87f | |
| parent | f1a951823cf7d302ff976a602034e3cd2c5073fd (diff) | |
home: mako → dunst
replace the mako notification daemon with dunst (started via river,
whose config is not in home-manager for now).
| -rw-r--r-- | home/home.nix | 11 | ||||
| -rw-r--r-- | home/packages.nix | 2 |
2 files changed, 1 insertions, 12 deletions
diff --git a/home/home.nix b/home/home.nix index a3bf335..0ca7c60 100644 --- a/home/home.nix +++ b/home/home.nix @@ -364,17 +364,6 @@ }; - services.mako = { - enable = true; - settings = { - background-color = "#74389eb0"; - border-color = "#c27cb6ff"; - default-timeout = 5000; # milliseconds - padding = "10"; - output = "DP-9"; - }; - }; - services.mpd = { enable = true; musicDirectory = "${config.home.homeDirectory}/music"; diff --git a/home/packages.nix b/home/packages.nix index 724efc1..10c4a3c 100644 --- a/home/packages.nix +++ b/home/packages.nix @@ -8,7 +8,7 @@ in emacs-pgtk emacs-all-the-icons-fonts julia-mono - river-classic swaybg swaylock + river-classic swaybg swaylock dunst plover # internet apps & clients firefox keepassxc mumble lynx offpunk |
