From b41082edc677def907e6ade4f113ebbbb73058e1 Mon Sep 17 00:00:00 2001 From: Skullheadx Date: Sun, 28 Jun 2026 23:51:12 -0400 Subject: fix flake --- flake.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index 443194f..c4caa2d 100644 --- a/flake.nix +++ b/flake.nix @@ -66,7 +66,7 @@ }; system2 = "aarch64-darwin"; - pkgs = nixpkgs.legacyPackages.${system2}; + darwin-pkgs = nixpkgs.legacyPackages.${system2}; in { nixosConfigurations.nepsis = nixpkgs.lib.nixosSystem { specialArgs = {inherit inputs customNeovim;}; @@ -110,7 +110,7 @@ home-manager.users.andrew = { imports = [./home.nix]; home.username = "andrew"; - home.homeDirectory = /Users/andrew/; + home.homeDirectory = /Users/andrew; }; } ]; -- cgit v1.3.1