mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-22 15:54:24 +01:00
Wrap rofi
This commit is contained in:
parent
d51b29358f
commit
694a21affa
8 changed files with 346 additions and 46 deletions
|
|
@ -1,20 +0,0 @@
|
|||
{
|
||||
config,
|
||||
pkgs,
|
||||
lib,
|
||||
...
|
||||
}: let
|
||||
cfg = config.myConfig.de.rofi;
|
||||
in {
|
||||
options.myConfig.de.rofi = {
|
||||
enable = lib.mkEnableOption "";
|
||||
};
|
||||
|
||||
config = lib.mkIf cfg.enable {
|
||||
programs.rofi = {
|
||||
enable = true;
|
||||
package = pkgs.rofi-wayland;
|
||||
theme = ./theme.rasi;
|
||||
};
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue