remove rofi module

This commit is contained in:
jacekpoz 2024-05-09 18:54:00 +02:00
parent f96cfb5bd6
commit 8e0a33d84d
Signed by: poz
SSH key fingerprint: SHA256:JyLeVWE4bF3tDnFeUpUaJsPsNlJyBldDGV/dIKSLyN8
2 changed files with 0 additions and 12 deletions

View file

@ -11,7 +11,6 @@ _: {
./gtklock.nix
./mpv.nix
./qt.nix
#./rofi.nix
#./schizofox.nix
./swaylock.nix
./zathura.nix

View file

@ -1,11 +0,0 @@
{
pkgs,
...
}: {
programs.rofi = {
enable = true;
package = pkgs.rofi-wayland;
cycle = true;
terminal = "foot";
};
}