add(nix): nix-darwin !

This commit is contained in:
Léana 江 2024-02-28 12:22:40 +01:00 committed by Léana 江
parent 3b8c2068e9
commit 892ab68fbd
6 changed files with 110 additions and 25 deletions

View file

@ -1,7 +1,7 @@
{audio-lint, ...}: {
{audio-lint, lib, ...}: {
imports = [./fonts.nix];
home.homeDirectory = "/Users/leana";
home.homeDirectory = lib.mkForce "/Users/leana";
home.packages = [
audio-lint