From 1248dbeb27197ca8de66a96d3a612d75c85f198b Mon Sep 17 00:00:00 2001 From: albert Date: Sun, 18 Feb 2024 11:21:32 +0900 Subject: [PATCH] Test --- home-manager/common/desktops/hyprland/components/rofi.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home-manager/common/desktops/hyprland/components/rofi.nix b/home-manager/common/desktops/hyprland/components/rofi.nix index feef7381..7e708c48 100644 --- a/home-manager/common/desktops/hyprland/components/rofi.nix +++ b/home-manager/common/desktops/hyprland/components/rofi.nix @@ -1,6 +1,6 @@ { ...}: { programs.rofi = { enable = true; - theme = "material"; + # theme = "material"; }; }