aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSilas Schöffel <sils@sils.li>2024-04-04 16:42:56 +0200
committerSilas Schöffel <sils@sils.li>2024-04-04 16:42:56 +0200
commit6c612e75f292b141881580c4cd040eedb41e4d05 (patch)
tree6a747dd287f81ee932b8386d968da2d23083a255
parentmako: remove manual theming (diff)
downloadnix-config-6c612e75f292b141881580c4cd040eedb41e4d05.zip
foot: remove manual theming
It's done automatically by stylix
-rw-r--r--users/sils/foot/default.nix12
1 files changed, 6 insertions, 6 deletions
diff --git a/users/sils/foot/default.nix b/users/sils/foot/default.nix
index 520edda..2cd57d7 100644
--- a/users/sils/foot/default.nix
+++ b/users/sils/foot/default.nix
@@ -1,11 +1,11 @@
{...}: {
programs.foot = {
enable = true;
- settings = {
- colors = {
- background = "e8ead7";
- foreground = "242424";
- };
- };
+ #settings = {
+ # colors = {
+ # background = "e8ead7";
+ # foreground = "242424";
+ # };
+ #};
};
}