summary refs log tree commit diff stats
path: root/hm/foot/default.nix
blob: 2cd57d73156c0582cc6778b678aeceaf2ab743f7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
{...}: {
  programs.foot = {
    enable = true;
    #settings = {
    #  colors = {
    #    background = "e8ead7";
    #    foreground = "242424";
    #  };
    #};
  };
}