From 2a50a86e3faea6deae9adc76572cc543baf678d3 Mon Sep 17 00:00:00 2001 From: scouckel Date: Wed, 25 Mar 2026 11:14:16 -0500 Subject: inital move and renaming --- modules/home-manager/hypr/rofi-hyprland.nix | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 modules/home-manager/hypr/rofi-hyprland.nix (limited to 'modules/home-manager/hypr/rofi-hyprland.nix') diff --git a/modules/home-manager/hypr/rofi-hyprland.nix b/modules/home-manager/hypr/rofi-hyprland.nix deleted file mode 100644 index e3644f9..0000000 --- a/modules/home-manager/hypr/rofi-hyprland.nix +++ /dev/null @@ -1,23 +0,0 @@ -{ pkgs, lib, ... }: - -{ - programs.rofi = { - enable = true; - package = pkgs.rofi; - theme = "gruvbox-dark-hard"; - font = "JetBrains Mono 13"; - - plugins = with pkgs; [ - rofi-calc - # rofi-vpn - ]; - modes = [ - "calc" - "window" - # { - # name = "vpn"; - # path = lib.getExe pkgs.rofi-vpn; - # } - ]; - }; -} -- cgit v1.3