summary refs log tree commit diff stats
path: root/system/modules/programs/i3.nix
diff options
context:
space:
mode:
authorAlan Pearce2019-10-02 17:28:38 +0200
committerAlan Pearce2019-10-02 17:28:38 +0200
commit4af53751bbb70f60e1b4300b9fd7d136bc738e90 (patch)
treef59a944cd8fc69b7271de237162001e17cbbde2a /system/modules/programs/i3.nix
parent340b2c244c0b7c331f6633edf9a69f1381916ad2 (diff)
downloadnixfiles-4af53751bbb70f60e1b4300b9fd7d136bc738e90.tar.lz
nixfiles-4af53751bbb70f60e1b4300b9fd7d136bc738e90.tar.zst
nixfiles-4af53751bbb70f60e1b4300b9fd7d136bc738e90.zip
Migrate dunst to home-manager
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 &
       '';
     };