feat: added alacritty
This commit is contained in:
parent
864ace160a
commit
d5d93ceec3
7 changed files with 80 additions and 2 deletions
modules/theme
1
modules/theme/default.nix
Normal file
1
modules/theme/default.nix
Normal file
|
@ -0,0 +1 @@
|
|||
{ ... }: { imports = [ ./fonts.nix ]; }
|
7
modules/theme/fonts.nix
Normal file
7
modules/theme/fonts.nix
Normal file
|
@ -0,0 +1,7 @@
|
|||
{ pkgs, ... }: {
|
||||
home-manager.users.adrielus.home.packages = with pkgs; [
|
||||
fira-code
|
||||
fira-code-symbols
|
||||
source-code-pro
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue