fonts
This commit is contained in:
parent
b86078e7eb
commit
c0ec3c70af
2 changed files with 9 additions and 0 deletions
8
fonts.nix
Normal file
8
fonts.nix
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
home.packages = with pkgs; [
|
||||
poppins
|
||||
source-sans-pro
|
||||
];
|
||||
}
|
||||
|
|
@ -49,6 +49,7 @@
|
|||
./gnome
|
||||
./firefox.nix
|
||||
./tex.nix
|
||||
./fonts.nix
|
||||
];
|
||||
|
||||
programs.obs-studio.enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue