programs/anyrun: add configuration for additional plugins
This commit is contained in:
parent
86f91b9ca9
commit
79a5f87dce
1 changed files with 20 additions and 1 deletions
|
@ -2,7 +2,6 @@
|
||||||
lib,
|
lib,
|
||||||
inputs,
|
inputs,
|
||||||
config,
|
config,
|
||||||
lib',
|
|
||||||
pkgs,
|
pkgs,
|
||||||
...
|
...
|
||||||
}: let
|
}: let
|
||||||
|
@ -30,6 +29,26 @@ in {
|
||||||
)),
|
)),
|
||||||
)
|
)
|
||||||
'';
|
'';
|
||||||
|
".config/anyrun/symbols.ron".text = ''
|
||||||
|
Config(
|
||||||
|
prefix: ":s",
|
||||||
|
symbols: {
|
||||||
|
"shrug": "¯\\_(ツ)_/¯",
|
||||||
|
},
|
||||||
|
max_entries: 5,
|
||||||
|
)
|
||||||
|
'';
|
||||||
|
".config/anyrun/shell.ron".text = ''
|
||||||
|
Config(
|
||||||
|
prefix: ">"
|
||||||
|
)
|
||||||
|
'';
|
||||||
|
".config/anyrun/randr.ron".text = ''
|
||||||
|
Config(
|
||||||
|
prefi: ":dp",
|
||||||
|
max_entries: 5,
|
||||||
|
)
|
||||||
|
'';
|
||||||
".config/anyrun/style.css".source = ./style.css;
|
".config/anyrun/style.css".source = ./style.css;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Reference in a new issue