1
Fork 0

feat: added alacritty

This commit is contained in:
Matei Adriel 2020-04-12 13:45:29 +03:00
parent 864ace160a
commit d5d93ceec3
7 changed files with 80 additions and 2 deletions

View file

@ -0,0 +1 @@
{ ... }: { imports = [ ./fonts.nix ]; }

7
modules/theme/fonts.nix Normal file
View file

@ -0,0 +1,7 @@
{ pkgs, ... }: {
home-manager.users.adrielus.home.packages = with pkgs; [
fira-code
fira-code-symbols
source-code-pro
];
}