refactor: moved home config to more logical folder structure
This commit is contained in:
parent
f201190ef1
commit
ecaa2c0dc4
29 changed files with 165 additions and 171 deletions
11
users/modules/programs/font-terminess.nix
Normal file
11
users/modules/programs/font-terminess.nix
Normal file
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
fonts = {
|
||||
fontconfig = {
|
||||
enable = true;
|
||||
defaultFonts.emoji = [ "Terminess Nerd Font" ];
|
||||
defaultFonts.monospace = [ "Terminess Nerd Font Mono" ];
|
||||
defaultFonts.sansSerif = [ "Terminess Nerd Font" ];
|
||||
defaultFonts.serif = [ "Terminess Nerd Font" ];
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue