This commit is contained in:
zastian@mrthoddata.com
2025-11-12 15:58:32 +00:00
parent 68dcfeef3d
commit 29a540706c
2 changed files with 0 additions and 72 deletions

View File

@@ -10,8 +10,6 @@ inputs = {
}; };
stylix.url = "github:nix-community/stylix"; stylix.url = "github:nix-community/stylix";
nix-colors.url = "github:Misterio77/nix-colors"; nix-colors.url = "github:Misterio77/nix-colors";
anyrun.url = "github:Kirottu/anyrun";
anyrun.inputs.nixpkgs.follows = "nixpkgs";
zen-browser = { zen-browser = {
url = "github:0xc000022070/zen-browser-flake"; url = "github:0xc000022070/zen-browser-flake";
inputs = { inputs = {
@@ -66,7 +64,6 @@ inputs = {
{ {
self, self,
nixpkgs, nixpkgs,
anyrun,
... ...
}@inputs: }@inputs:
let let

View File

@@ -14,15 +14,6 @@ let
name = "default"; name = "default";
isDefault = true; 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 in
{ {
imports = [ imports = [
@@ -74,65 +65,6 @@ in
# enableExtensionUpdateCheck = false; # 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 = { services.vicinae = {
enable = true; # default: false enable = true; # default: false
@@ -171,7 +103,6 @@ in
qt.enable = true; qt.enable = true;
# qt.style = "gtk2"; # qt.style = "gtk2";
# qt.platformTheme = "qt5ct"; # qt.platformTheme = "qt5ct";
# imports = [ inputs.anyrun.homeManagerModules.default ];
nixpkgs = { nixpkgs = {
config = { config = {