diff --git a/tests/modules/programs/rofi/default.nix b/tests/modules/programs/rofi/default.nix index b42b43e9..c18c3b0e 100644 --- a/tests/modules/programs/rofi/default.nix +++ b/tests/modules/programs/rofi/default.nix @@ -1,3 +1,3 @@ { - rofi-assert-on-both-theme-and-colors = import ./assert-on-both-theme-and-colors.nix; + rofi-assert-on-both-theme-and-colors = ./assert-on-both-theme-and-colors.nix; }