initial commit here we are
This commit is contained in:
commit
82916ad718
59 changed files with 2155 additions and 0 deletions
10
laptop/fonts.nix
Normal file
10
laptop/fonts.nix
Normal file
|
@ -0,0 +1,10 @@
|
|||
{ config, pkgs, ... }:
|
||||
{
|
||||
fonts.packages = with pkgs; [
|
||||
# Fonts
|
||||
fira-code
|
||||
fira-mono
|
||||
fira-code-symbols
|
||||
meslo-lgs-nf
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue