home-manager: inital commit
This commit is contained in:
parent
faaaa3d324
commit
24717f490e
31 changed files with 1560 additions and 0 deletions
15
home/fonts.nix
Normal file
15
home/fonts.nix
Normal file
|
@ -0,0 +1,15 @@
|
|||
|
||||
{
|
||||
pkgs,
|
||||
...
|
||||
}: {
|
||||
fonts.fontconfig.enable = true; # allows adding fonts from home manager config
|
||||
home.packages = with pkgs; [
|
||||
nerd-fonts.ubuntu
|
||||
nerd-fonts.ubuntu-mono
|
||||
nerd-fonts.ubuntu-sans
|
||||
|
||||
nerd-fonts.commit-mono
|
||||
nerd-fonts.sauce-code-pro
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue