macos
This commit is contained in:
@@ -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