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