From 62f18a083f4c45f66368ad8ff92e755c8b3dca1b Mon Sep 17 00:00:00 2001 From: Gabriel Arazas Date: Thu, 11 Aug 2022 09:45:19 +0800 Subject: [PATCH] hosts/ni: add more programs --- hosts/ni/default.nix | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/hosts/ni/default.nix b/hosts/ni/default.nix index 272719dc..86f3c085 100644 --- a/hosts/ni/default.nix +++ b/hosts/ni/default.nix @@ -70,6 +70,14 @@ }; themes.themes.a-happy-gnome.enable = true; + programs.pop-launcher = { + enable = true; + plugins = with pkgs; [ + pop-launcher-plugin-duckduckgo-bangs + pop-launcher-plugin-jetbrains + pop-launcher-plugin-brightness + ]; + }; programs.wezterm.enable = true; programs.adb.enable = true; @@ -77,6 +85,15 @@ environment.systemPackages = with pkgs; [ # This is installed just to get Geiser to properly work. guile_3_0 + + (swh.swh-core.overrideAttrs (super: self: { + pythonPath = with swh; [ + swh-fuse + swh-web-client + swh-model + swh-auth + ]; + })) ]; # Enable Guix service.