From cef3b32df8724b314f69c0ab2ef9c81eca44fc6f Mon Sep 17 00:00:00 2001 From: Gabriel Arazas Date: Sun, 17 Sep 2023 13:58:07 +0800 Subject: [PATCH] hosts/ni: remove Pop launcher configuration Don't really use these anymore for a long time. It's only there for testing the custom Pop launcher NixOS module. --- hosts/ni/default.nix | 7 ------- 1 file changed, 7 deletions(-) diff --git a/hosts/ni/default.nix b/hosts/ni/default.nix index 0b1f6905..2d5926ff 100644 --- a/hosts/ni/default.nix +++ b/hosts/ni/default.nix @@ -123,13 +123,6 @@ tasks.backup-archive.enable = true; workflows.workflows.a-happy-gnome.enable = true; - programs.pop-launcher = { - enable = true; - plugins = with pkgs; [ - pop-launcher-plugin-duckduckgo-bangs - pop-launcher-plugin-brightness - ]; - }; programs.wezterm.enable = true; programs.adb.enable = true;