Skip to content

Commit

Permalink
docs(modules/homeManager/programs/rofi): add 'TODO' marker
Browse files Browse the repository at this point in the history
  • Loading branch information
trueNAHO committed Jan 19, 2024
1 parent c4ded96 commit 882a49d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions modules/homeManager/programs/rofi/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@
cfg = config.modules.homeManager.programs.rofi;
in
lib.mkIf (cfg.enable || cfg.pass.enable) {
# TODO: Patch upstream to configure the theme with an option:
# https://github.com/danth/stylix/issues/176.
home.file."${config.programs.rofi.configPath}".text = let
largePadding = toString 10;
smallPadding = toString 5;
Expand Down

0 comments on commit 882a49d

Please sign in to comment.