update, fonts
This commit is contained in:
parent
c0ec3c70af
commit
2ef817e370
2 changed files with 9 additions and 9 deletions
8
home/fonts.nix
Normal file
8
home/fonts.nix
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
home.packages = with pkgs; [
|
||||
poppins
|
||||
source-sans-pro
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue