From 2a49909795ef5e1bb241ce9550105cffeb4240c1 Mon Sep 17 00:00:00 2001 From: Random936 Date: Wed, 14 Aug 2024 22:15:40 -0700 Subject: [PATCH] Small cleanup for darwin nix file --- home/darwin.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/home/darwin.nix b/home/darwin.nix index 4945825..64a3d04 100644 --- a/home/darwin.nix +++ b/home/darwin.nix @@ -1,6 +1,5 @@ -{ inputs, config, pkgs, ... }: +{ config, pkgs, lib, ... }: { - home = { username = "jadenmaxwell"; homeDirectory = "/Users/jadenmaxwell";