Enable fonts
This commit is contained in:
parent
253bb50e93
commit
336f75bf50
3 changed files with 32 additions and 20 deletions
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue