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.
This commit is contained in:
Gabriel Arazas 2023-09-17 13:58:07 +08:00
parent 448576577f
commit cef3b32df8
No known key found for this signature in database
GPG Key ID: ADE0C41DAB221FCC

View File

@ -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;