home: fix missing fonts, refactor into module
This commit is contained in:
parent
7956d7ff0f
commit
2e3694a6fb
3 changed files with 30 additions and 22 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue