summary refs log tree commit diff stats
path: root/system/modules/programs/i3.nix
diff options
context:
space:
mode:
Diffstat (limited to 'system/modules/programs/i3.nix')
-rw-r--r--system/modules/programs/i3.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/system/modules/programs/i3.nix b/system/modules/programs/i3.nix
index 017f393e..b0140cdb 100644
--- a/system/modules/programs/i3.nix
+++ b/system/modules/programs/i3.nix
@@ -5,7 +5,6 @@
     i3 = {
       enable = true;
       extraSessionCommands = ''
-        ${pkgs.dunst}/bin/dunst &
         ${pkgs.sxhkd}/bin/sxhkd &
       '';
     };