diff options
author | Silas Schöffel <sils@sils.li> | 2024-06-02 14:05:09 +0200 |
---|---|---|
committer | Silas Schöffel <sils@sils.li> | 2024-06-02 14:05:09 +0200 |
commit | a0f111900fa3820cb0655dcab003f0ec93481616 (patch) | |
tree | 47ba638f76f689892365f02a948924409cf9fb0f /hm/foot | |
parent | flameshot: delete (diff) | |
download | nix-config-a0f111900fa3820cb0655dcab003f0ec93481616.tar.gz nix-config-a0f111900fa3820cb0655dcab003f0ec93481616.zip |
foot: init module
Diffstat (limited to 'hm/foot')
-rw-r--r-- | hm/foot/default.nix | 11 |
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"; - # }; - #}; - }; -} |