about summary refs log tree commit diff
path: root/home/profiles/gui/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'home/profiles/gui/default.nix')
-rw-r--r--home/profiles/gui/default.nix9
1 files changed, 4 insertions, 5 deletions
diff --git a/home/profiles/gui/default.nix b/home/profiles/gui/default.nix
index 7cfa2e0..9c269e9 100644
--- a/home/profiles/gui/default.nix
+++ b/home/profiles/gui/default.nix
@@ -169,11 +169,6 @@ in
     };
 
     services = {
-      dunst = {
-        enable = true;
-        settings = import ./config/dunst.nix { inherit config neotheme; };
-      };
-
       kanshi = {
         enable = true;
         settings = [
@@ -204,6 +199,10 @@ in
         ];
       };
 
+      mako = {
+        enable = true;
+      } // import ./config/mako.nix { inherit config neotheme; };
+
       swayidle =
         let
           # TODO: remove when >1.6.11