From ce82b29a966a0c1e455b3174851d5154869e10a2 Mon Sep 17 00:00:00 2001 From: martyTF Date: Mon, 18 May 2026 18:38:42 +0200 Subject: [PATCH] sendspin --- home/apps/development/emacs.nix~ | 20 -------------------- home/apps/internet/zen-browser.nix | 6 ++++++ modules/apps/audio/default.nix | 2 +- modules/apps/gaming/default.nix | 5 ++++- 4 files changed, 11 insertions(+), 22 deletions(-) delete mode 100644 home/apps/development/emacs.nix~ diff --git a/home/apps/development/emacs.nix~ b/home/apps/development/emacs.nix~ deleted file mode 100644 index b31b3ad..0000000 --- a/home/apps/development/emacs.nix~ +++ /dev/null @@ -1,20 +0,0 @@ -{ -osConfig, -config, -... -}: - -{ -config = { -programs = { -emacs = { -extraConfig = '' -(setq standard-indent 2) -''; -extraPackages = epkgs: [ - -]; -}; -}; -}; -} \ No newline at end of file diff --git a/home/apps/internet/zen-browser.nix b/home/apps/internet/zen-browser.nix index 8dc77d8..a6e6c30 100644 --- a/home/apps/internet/zen-browser.nix +++ b/home/apps/internet/zen-browser.nix @@ -91,6 +91,12 @@ in IconURL = "https://kagi.com/asset/597c5c3/kagi_assets/logos/search.png"; Alias = "@k"; } + { + Name = "Wolfram|Alpha"; + URLTemplate = "https://www.wolframalpha.com/input?i={searchTerms}"; + IconURL = "https://upload.wikimedia.org/wikipedia/commons/2/20/Mathematica_Logo.svg"; + Alias = "@w"; + } ]; }; }; diff --git a/modules/apps/audio/default.nix b/modules/apps/audio/default.nix index 8322050..8e45a5a 100644 --- a/modules/apps/audio/default.nix +++ b/modules/apps/audio/default.nix @@ -33,7 +33,7 @@ [ streamrip gst_all_1.gstreamer - sendspin-go + python314Packages.sendspin ] else [ ] diff --git a/modules/apps/gaming/default.nix b/modules/apps/gaming/default.nix index 200aa5f..946fd02 100644 --- a/modules/apps/gaming/default.nix +++ b/modules/apps/gaming/default.nix @@ -52,7 +52,10 @@ ++ ( if (config.apps.gaming.minecraft.enable) then - [ prismlauncher ] + [ + prismlauncher + libxkbcommon + ] else [ ] )