diff options
| author | Skullheadx <admonty1@protonmail.com> | 2026-04-25 21:34:06 -0400 |
|---|---|---|
| committer | Skullheadx <admonty1@protonmail.com> | 2026-04-25 21:34:06 -0400 |
| commit | f351ef00f77e5ea4d082a7eff86d7845dad7d9e0 (patch) | |
| tree | 4b825dc642cb6eb9a060e54bf8d69288fbee4904 /rofi.nix | |
| parent | bluetooth (diff) | |
| download | nixos-f351ef00f77e5ea4d082a7eff86d7845dad7d9e0.tar.gz nixos-f351ef00f77e5ea4d082a7eff86d7845dad7d9e0.tar.bz2 nixos-f351ef00f77e5ea4d082a7eff86d7845dad7d9e0.zip | |
remove all
Diffstat (limited to 'rofi.nix')
| -rw-r--r-- | rofi.nix | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/rofi.nix b/rofi.nix deleted file mode 100644 index f352087..0000000 --- a/rofi.nix +++ /dev/null @@ -1,11 +0,0 @@ -{ config, pkgs, ... }: -{ - programs.rofi = { - enable = true; - modes = [ - "drun" - "run" - "window" - ]; - }; -} |
