mirror of
https://github.com/harryssecret/homelab-nix.git
synced 2025-08-07 22:20:33 +02:00
migrated to walker as anyrun seems deprecated
This commit is contained in:
parent
a184f9f731
commit
d79a02a266
4 changed files with 70 additions and 57 deletions
|
@ -82,6 +82,7 @@
|
|||
pkgs.udiskie
|
||||
|
||||
pkgs.libsixel
|
||||
pkgs.walker
|
||||
# # You can also create simple shell scripts directly inside your
|
||||
# # configuration. For example, this adds a command 'my-hello' to your
|
||||
# # environment:
|
||||
|
@ -121,28 +122,6 @@
|
|||
nix-direnv.enable = true;
|
||||
};
|
||||
|
||||
programs.anyrun = {
|
||||
enable = true;
|
||||
config = {
|
||||
hideIcons = false;
|
||||
showResultsImmediately = true;
|
||||
maxEntries = 10;
|
||||
closeOnClick = true;
|
||||
x = { fraction = 0.5; };
|
||||
y = { fraction = 0.3; };
|
||||
width = { fraction = 0.3; };
|
||||
layer = "overlay";
|
||||
plugins = [
|
||||
inputs.anyrun.packages.${pkgs.system}.applications
|
||||
inputs.anyrun.packages.${pkgs.system}.rink
|
||||
inputs.anyrun.packages.${pkgs.system}.translate
|
||||
inputs.anyrun.packages.${pkgs.system}.dictionary
|
||||
inputs.anyrun.packages.${pkgs.system}.websearch
|
||||
];
|
||||
};
|
||||
|
||||
};
|
||||
|
||||
programs.zoxide.enable = true;
|
||||
programs.zoxide.enableBashIntegration= true;
|
||||
programs.zoxide.options = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue