summaryrefslogtreecommitdiffstats
path: root/hm/foot
diff options
context:
space:
mode:
authorSilas Schöffel <sils@sils.li>2024-06-02 14:05:09 +0200
committerSilas Schöffel <sils@sils.li>2024-06-02 14:05:09 +0200
commita0f111900fa3820cb0655dcab003f0ec93481616 (patch)
tree47ba638f76f689892365f02a948924409cf9fb0f /hm/foot
parentflameshot: delete (diff)
downloadnix-config-a0f111900fa3820cb0655dcab003f0ec93481616.zip
foot: init module
Diffstat (limited to 'hm/foot')
-rw-r--r--hm/foot/default.nix11
1 files changed, 0 insertions, 11 deletions
diff --git a/hm/foot/default.nix b/hm/foot/default.nix
deleted file mode 100644
index 2cd57d7..0000000
--- a/hm/foot/default.nix
+++ /dev/null
@@ -1,11 +0,0 @@
-{...}: {
- programs.foot = {
- enable = true;
- #settings = {
- # colors = {
- # background = "e8ead7";
- # foreground = "242424";
- # };
- #};
- };
-}