home/breakerbox: make anyrun breaker

This commit is contained in:
2025-08-22 13:43:57 +02:00
parent 690da7585d
commit 65e357e8ff
2 changed files with 6 additions and 5 deletions

View File

@@ -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 {