feat(foot): add module
This commit is contained in:
parent
3d535ac1b4
commit
4fd3ac04dd
10
user/modules/foot.nix
Normal file
10
user/modules/foot.nix
Normal file
@ -0,0 +1,10 @@
|
||||
{...}: {
|
||||
programs.foot = {
|
||||
enable = true;
|
||||
settings = {
|
||||
main = {
|
||||
font = "FiraCode Nerd Font:size=12";
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user