Move fonts to home

This commit is contained in:
larstvei 2025-08-23 15:07:14 +02:00
parent 9b4918f8e1
commit 2b5b572a39
2 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
{ pkgs, lib, ... }:
{
fonts.packages = import ./fonts.nix { inherit pkgs; };
fonts.packages = import ../home/fonts { inherit pkgs; };
users.users."larstvei".home = "/Users/larstvei";