Rename files to avoid repeating the directory names

This commit is contained in:
SebastianStork 2024-03-26 20:20:05 +01:00
parent 8bdd458e61
commit ac71470c92
4 changed files with 4 additions and 4 deletions

View file

@ -3,9 +3,9 @@
pkgs,
lib,
...
}: let
}: let
cfg = config.myConfig.rofi;
in {
in {
options.myConfig.rofi = {
enable = lib.mkEnableOption "";
clipboard.enable = lib.mkEnableOption "";
@ -15,7 +15,7 @@ in {
programs.rofi = {
enable = true;
package = pkgs.rofi-wayland;
theme = ./rofi-theme.rasi;
theme = ./theme.rasi;
};
services.clipmenu = lib.mkIf cfg.clipboard.enable {