This commit is contained in:
mjallen18
2025-11-19 19:47:52 -06:00
parent c75f1e9131
commit c0dbceefb9
4 changed files with 6 additions and 6 deletions

View File

@@ -17,6 +17,7 @@
NH_OS_FLAKE = "/Users/mattjallen/nix-config";
};
systemPackages = with pkgs; [
attic-client
macpm
mas
nh

View File

@@ -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 = {