home/breakerbox: make anyrun breaker
This commit is contained in:
@@ -8,6 +8,7 @@ in
|
||||
./programs/nix.nix
|
||||
|
||||
./programs/alacritty.nix
|
||||
./programs/anyrun
|
||||
./programs/aria2.nix
|
||||
./programs/atuin.nix
|
||||
./programs/bash.nix
|
||||
@@ -80,7 +81,6 @@ in
|
||||
]) ++ (optionals machineVars.wayland [
|
||||
./programs/hyprland
|
||||
./programs/waybar.nix
|
||||
./programs/anyrun
|
||||
]) ++ (optionals (!machineVars.wayland) [
|
||||
./programs/xmonad
|
||||
# ./programs/xmobar
|
||||
@@ -157,4 +157,7 @@ in
|
||||
services.network-manager-applet.enable = graphics;
|
||||
services.psd.enable = graphics;
|
||||
services.tumblerd.enable = graphics;
|
||||
|
||||
|
||||
programs.anyrun.enable = machineVars.wayland;
|
||||
}
|
||||
|
||||
@@ -1,8 +1,6 @@
|
||||
{ pkgs, lib, inputs, ... }:
|
||||
{ pkgs, lib, ... }:
|
||||
{
|
||||
programs.anyrun = {
|
||||
enable = true;
|
||||
|
||||
config = {
|
||||
y.fraction = 0.3;
|
||||
width.fraction = 0.25;
|
||||
@@ -14,7 +12,7 @@
|
||||
showResultsImmediately = true;
|
||||
};
|
||||
|
||||
extraCss = builtins.readFile (./. + "/style.css");
|
||||
extraCss = builtins.readFile ./style.css;
|
||||
|
||||
extraConfigFiles."applications.ron".text = let
|
||||
preprocess_script = pkgs.writeShellApplication {
|
||||
|
||||
Reference in New Issue
Block a user