updated foot to stop printing error messages
This commit is contained in:
@@ -1,17 +1,12 @@
|
|||||||
{ pkgs, ... }:
|
{ pkgs, ... }:
|
||||||
|
|
||||||
{
|
{
|
||||||
programs.foot = {
|
programs.foot = {
|
||||||
enable = true;
|
enable = true;
|
||||||
settings = {
|
settings = {
|
||||||
main = {
|
main = {
|
||||||
font = "JetBrainsMono Nerd Font:size=16";
|
font = "JetBrainsMono Nerd Font:size=16";
|
||||||
padding = "8x8";
|
};
|
||||||
};
|
|
||||||
colors = {
|
|
||||||
background = "0f172a";
|
|
||||||
foreground = "f8fafc";
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user