summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--users/sils/rofi/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/users/sils/rofi/default.nix b/users/sils/rofi/default.nix
index 6c944c3..51fb59a 100644
--- a/users/sils/rofi/default.nix
+++ b/users/sils/rofi/default.nix
@@ -3,6 +3,6 @@
enable = true;
package = pkgs.rofi-wayland;
terminal = "${pkgs.foot}/bin/foot";
- theme = ./rounded-gray-dark.rasi;
+ #theme = ./rounded-gray-dark.rasi;
};
}