diff options
Diffstat (limited to 'usecases/desktop/graphical/rofi.nix')
-rw-r--r-- | usecases/desktop/graphical/rofi.nix | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/usecases/desktop/graphical/rofi.nix b/usecases/desktop/graphical/rofi.nix index 741e7da..f14c7ce 100644 --- a/usecases/desktop/graphical/rofi.nix +++ b/usecases/desktop/graphical/rofi.nix | |||
@@ -11,6 +11,15 @@ _inputs: { | |||
11 | rofi-calc | 11 | rofi-calc |
12 | ]; | 12 | ]; |
13 | 13 | ||
14 | pass = { | ||
15 | enable = true; | ||
16 | package = pkgs.rofi-pass-wayland; | ||
17 | extraConfig = '' | ||
18 | clip="clipboard" | ||
19 | help_color="${config.theme.colors.dominant}" | ||
20 | ''; | ||
21 | }; | ||
22 | |||
14 | # TODO: there is a better way | 23 | # TODO: there is a better way |
15 | theme = with config.theme.colors; | 24 | theme = with config.theme.colors; |
16 | builtins.toFile "theme.rasi" '' | 25 | builtins.toFile "theme.rasi" '' |