sayncthing ig
This commit is contained in:
parent
cef112b672
commit
22a2d35ae8
12 changed files with 283 additions and 15 deletions
13
system/fira-code.nix
Normal file
13
system/fira-code.nix
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
{
|
||||
config,
|
||||
pkgs,
|
||||
lib,
|
||||
...
|
||||
}:
|
||||
|
||||
{
|
||||
environment.systemPackages = [ pkgs.nerd-fonts.fira-code ];
|
||||
console = {
|
||||
font = "FiraCode Nerd Font";
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue