aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSilas Schöffel <sils@sils.li>2024-04-04 16:37:12 +0200
committerSilas Schöffel <sils@sils.li>2024-04-04 16:37:12 +0200
commit8d78524ae74ab6ef82fcc0d276b126b032c9636c (patch)
tree77b7492966abf465e84a2f8b8ebf0ce25ffdf823
parentwaybar: remove style declaration (diff)
downloadnix-config-8d78524ae74ab6ef82fcc0d276b126b032c9636c.zip
rofi: remove theme config
It's managed by stylix
-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;
};
}