remove rofi module
This commit is contained in:
parent
f96cfb5bd6
commit
8e0a33d84d
2 changed files with 0 additions and 12 deletions
|
@ -11,7 +11,6 @@ _: {
|
|||
./gtklock.nix
|
||||
./mpv.nix
|
||||
./qt.nix
|
||||
#./rofi.nix
|
||||
#./schizofox.nix
|
||||
./swaylock.nix
|
||||
./zathura.nix
|
||||
|
|
|
@ -1,11 +0,0 @@
|
|||
{
|
||||
pkgs,
|
||||
...
|
||||
}: {
|
||||
programs.rofi = {
|
||||
enable = true;
|
||||
package = pkgs.rofi-wayland;
|
||||
cycle = true;
|
||||
terminal = "foot";
|
||||
};
|
||||
}
|
Loading…
Reference in a new issue