initial commit
This commit is contained in:
17
home/foot.nix
Normal file
17
home/foot.nix
Normal file
@@ -0,0 +1,17 @@
|
||||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
programs.foot = {
|
||||
enable = true;
|
||||
settings = {
|
||||
main = {
|
||||
font = "JetBrainsMono Nerd Font:size=16";
|
||||
padding = "8x8";
|
||||
};
|
||||
colors = {
|
||||
background = "0f172a";
|
||||
foreground = "f8fafc";
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user