home
This commit is contained in:
parent
cb52890889
commit
82fba3048f
19 changed files with 115 additions and 114 deletions
|
|
@ -1,11 +1,11 @@
|
|||
{pkgs, config, stylix,...}: {
|
||||
{pkgs, config, stylix, lib, ...}: {
|
||||
programs.rofi = {
|
||||
enable = true;
|
||||
package = pkgs.rofi-wayland;
|
||||
|
||||
theme = let
|
||||
inherit (config.lib.formats.rasi) mkLiteral;
|
||||
in {
|
||||
in lib.mkForce {
|
||||
"*" = with config.lib.stylix.colors; {
|
||||
bg0 = mkLiteral "#${base00}";
|
||||
bg1 = mkLiteral "#${base01}";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue