diff --git a/user/modules/foot.nix b/user/modules/foot.nix new file mode 100644 index 0000000..25d5697 --- /dev/null +++ b/user/modules/foot.nix @@ -0,0 +1,10 @@ +{...}: { + programs.foot = { + enable = true; + settings = { + main = { + font = "FiraCode Nerd Font:size=12"; + }; + }; + }; +}