new and impruved
This commit is contained in:
20
dots/foot.nix
Executable file
20
dots/foot.nix
Executable file
@@ -0,0 +1,20 @@
|
||||
{
|
||||
pkgs,
|
||||
config,
|
||||
lib,
|
||||
...
|
||||
}:
|
||||
{
|
||||
programs.foot = {
|
||||
enable = true;
|
||||
settings = {
|
||||
main = {
|
||||
pad = "5x5";
|
||||
};
|
||||
colors = {
|
||||
alpha = lib.mkForce (0.9);
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user