Enable fonts

This commit is contained in:
Natsu Kagami 2021-11-08 16:21:27 -05:00
parent 253bb50e93
commit 336f75bf50
Signed by: nki
GPG key ID: 7306B3D3C3AD6E51
3 changed files with 32 additions and 20 deletions

View file

@ -1,6 +1,7 @@
{ config, pkgs, ... }:
{
imports = [ ../modules/personal/fonts ];
# List packages installed in system profile. To search by name, run:
# $ nix-env -qaP | grep wget
environment.systemPackages =
@ -28,6 +29,8 @@
# $ darwin-rebuild changelog
system.stateVersion = 4;
# Font configuration
users.users.nki = {
name = "nki";
home = "/Users/nki";