mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 22:11:33 +01:00
Rename files to avoid repeating the directory names
This commit is contained in:
parent
8bdd458e61
commit
ac71470c92
4 changed files with 4 additions and 4 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue