From 29a540706c02522e6366cbadad04e31463f96fb7 Mon Sep 17 00:00:00 2001 From: "zastian@mrthoddata.com" Date: Wed, 12 Nov 2025 15:58:32 +0000 Subject: [PATCH] balls --- flake.nix | 3 --- home/homePkgs.nix | 69 ----------------------------------------------- 2 files changed, 72 deletions(-) diff --git a/flake.nix b/flake.nix index 3fda831..2782dc3 100755 --- a/flake.nix +++ b/flake.nix @@ -10,8 +10,6 @@ inputs = { }; stylix.url = "github:nix-community/stylix"; nix-colors.url = "github:Misterio77/nix-colors"; - anyrun.url = "github:Kirottu/anyrun"; - anyrun.inputs.nixpkgs.follows = "nixpkgs"; zen-browser = { url = "github:0xc000022070/zen-browser-flake"; inputs = { @@ -66,7 +64,6 @@ inputs = { { self, nixpkgs, - anyrun, ... }@inputs: let diff --git a/home/homePkgs.nix b/home/homePkgs.nix index 00bb872..6961814 100755 --- a/home/homePkgs.nix +++ b/home/homePkgs.nix @@ -14,15 +14,6 @@ let name = "default"; isDefault = true; }; - - anyrunPlugins = with pkgs.anyrun; [ - "${pkgs.anyrun}/lib/libapplications.so" - "${pkgs.anyrun}/lib/libdictionary.so" - "${pkgs.anyrun}/lib/libsymbols.so" - "${pkgs.anyrun}/lib/librink.so" - "${pkgs.anyrun}/lib/libtranslate.so" - "${pkgs.anyrun}/lib/libwebsearch.so" - ]; in { imports = [ @@ -74,65 +65,6 @@ in # enableExtensionUpdateCheck = false; }; - anyrun = { - enable = true; - config = { - plugins = anyrunPlugins; - x.fraction = 0.5; - y.fraction = 0.3; - width.fraction = 0.3; - hideIcons = false; - ignoreExclusiveZones = false; - layer = "overlay"; - hidePluginInfo = false; - closeOnClick = false; - showResultsImmediately = false; - maxEntries = null; - }; - extraCss = '' - .some_class - enable = true;{ - background: red; - } - ''; - extraConfigFiles."websearch.ron".text = '' - Config( - prefix: "", - engines: [Google] - ) - ''; - extraConfigFiles."dictionary.ron".text = '' - Config( - prefix: "", - max_entries: 5, - ) - ''; - extraConfigFiles."rink.ron".text = '' - Config( - prefix: "", - max_entries: 5, - ) - ''; - extraConfigFiles."translate.ron".text = '' - Config( - prefix: ":", - language_delimiter: ">", - max_entries: 3, - ) - ''; - extraConfigFiles."symbols.ron".text = '' - Config ( - prefix: "", - // Custom user defined symbols to be included along the unicode symbols - symbols: { - // "name": "text to be copied" - "shrug": "¯\\_(ツ)_/¯", - }, - max_entries: 3, - ) - ''; - }; - }; services.vicinae = { enable = true; # default: false @@ -171,7 +103,6 @@ in qt.enable = true; # qt.style = "gtk2"; # qt.platformTheme = "qt5ct"; - # imports = [ inputs.anyrun.homeManagerModules.default ]; nixpkgs = { config = {