home: fix missing fonts, refactor into module

This commit is contained in:
Trolli Schmittlauch 2024-03-26 10:34:35 +01:00
parent 7956d7ff0f
commit 2e3694a6fb
3 changed files with 30 additions and 22 deletions

View file

@ -9,6 +9,7 @@
imports = [
./modules/packages.nix
./modules/vscodium.nix
./modules/fonts.nix
];
home.homeDirectory =
if pkgs.stdenv.isDarwin then "/Users/${config.home.username}" else "/home/${config.home.username}";
@ -38,7 +39,6 @@
terminal = "screen-256color";
};
fonts.fontconfig.enable = true;
programs.git = {
enable = true;