hosts: move fonts to home-manager
Signed-off-by: Amneesh Singh <natto@weirdnatto.in>
This commit is contained in:
@@ -23,6 +23,7 @@ in
|
|||||||
|
|
||||||
nattoModules = [
|
nattoModules = [
|
||||||
./natto
|
./natto
|
||||||
|
./modules/fonts
|
||||||
./common/laptop.nix
|
./common/laptop.nix
|
||||||
inputs.agenix.homeManagerModules.default
|
inputs.agenix.homeManagerModules.default
|
||||||
] ++ common;
|
] ++ common;
|
||||||
|
20
home/modules/fonts/default.nix
Normal file
20
home/modules/fonts/default.nix
Normal file
@@ -0,0 +1,20 @@
|
|||||||
|
{ pkgs, ... }:
|
||||||
|
{
|
||||||
|
home.packages = with pkgs; [
|
||||||
|
fira-code
|
||||||
|
fira-mono
|
||||||
|
monoid
|
||||||
|
font-awesome
|
||||||
|
material-icons
|
||||||
|
material-design-icons
|
||||||
|
lohit-fonts.devanagari
|
||||||
|
lohit-fonts.gurmukhi
|
||||||
|
office-code-pro
|
||||||
|
eb-garamond
|
||||||
|
noto-fonts-cjk-sans
|
||||||
|
takao
|
||||||
|
liberation_ttf
|
||||||
|
];
|
||||||
|
|
||||||
|
fonts.fontconfig.enable = true;
|
||||||
|
}
|
@@ -20,23 +20,6 @@
|
|||||||
dconf
|
dconf
|
||||||
];
|
];
|
||||||
|
|
||||||
fonts.packages = with pkgs; [
|
|
||||||
fira-code
|
|
||||||
fira-mono
|
|
||||||
monoid
|
|
||||||
font-awesome
|
|
||||||
material-icons
|
|
||||||
material-design-icons
|
|
||||||
lohit-fonts.devanagari
|
|
||||||
lohit-fonts.gurmukhi
|
|
||||||
office-code-pro
|
|
||||||
eb-garamond
|
|
||||||
noto-fonts-cjk-sans
|
|
||||||
takao
|
|
||||||
liberation_ttf
|
|
||||||
];
|
|
||||||
|
|
||||||
|
|
||||||
programs = {
|
programs = {
|
||||||
git.enable = true;
|
git.enable = true;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user