macos
This commit is contained in:
@@ -13,7 +13,6 @@ let
|
||||
age
|
||||
cpufetch
|
||||
deadnix
|
||||
direnv
|
||||
nixfmt-rfc-style
|
||||
nodePackages.nodejs
|
||||
uv
|
||||
|
||||
@@ -154,8 +154,8 @@ in
|
||||
};
|
||||
};
|
||||
direnv = {
|
||||
enable = true;
|
||||
nix-direnv.enable = true;
|
||||
enable = false;
|
||||
nix-direnv.enable = false;
|
||||
enableZshIntegration = true;
|
||||
};
|
||||
};
|
||||
|
||||
@@ -17,6 +17,7 @@
|
||||
NH_OS_FLAKE = "/Users/mattjallen/nix-config";
|
||||
};
|
||||
systemPackages = with pkgs; [
|
||||
attic-client
|
||||
macpm
|
||||
mas
|
||||
nh
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
{ ... }:
|
||||
{ lib, ... }:
|
||||
{
|
||||
programs = {
|
||||
direnv = {
|
||||
enable = true;
|
||||
nix-direnv.enable = true;
|
||||
enable = lib.mkForce false;
|
||||
nix-direnv.enable = lib.mkForce false;
|
||||
};
|
||||
|
||||
nix-index = {
|
||||
|
||||
Reference in New Issue
Block a user