diff options
Diffstat (limited to 'system')
-rw-r--r-- | system/modules/programs/i3.nix | 1 | ||||
-rw-r--r-- | system/modules/programs/window-manager.nix | 1 |
2 files changed, 0 insertions, 2 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 & ''; }; diff --git a/system/modules/programs/window-manager.nix b/system/modules/programs/window-manager.nix index ee6877d8..7095d523 100644 --- a/system/modules/programs/window-manager.nix +++ b/system/modules/programs/window-manager.nix @@ -36,7 +36,6 @@ environment.systemPackages = with pkgs; [ dmenu - dunst libnotify # for notify-send rofi sxhkd |