summaryrefslogtreecommitdiffstats
path: root/flake.nix
diff options
context:
space:
mode:
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix4
1 files changed, 2 insertions, 2 deletions
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;
};
}
];