summary refs log tree commit diff stats
path: root/hm/foot/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'hm/foot/default.nix')
-rw-r--r--hm/foot/default.nix11
1 files changed, 11 insertions, 0 deletions
diff --git a/hm/foot/default.nix b/hm/foot/default.nix
new file mode 100644
index 0000000..2cd57d7
--- /dev/null
+++ b/hm/foot/default.nix
@@ -0,0 +1,11 @@
+{...}: {
+  programs.foot = {
+    enable = true;
+    #settings = {
+    #  colors = {
+    #    background = "e8ead7";
+    #    foreground = "242424";
+    #  };
+    #};
+  };
+}