Compare commits

..

No commits in common. "b7317a721b04ea4adb1b960340c56f52a64e6606" and "b8337f129588635573ac9ce415857c3bbd13875d" have entirely different histories.

2 changed files with 3 additions and 6 deletions

View File

@ -216,12 +216,13 @@
system:
# Get the configurations that we normally use
{
inherit nixosConfigurations darwinConfigurations;
nixosConfigurations = nixosConfigurations.${system};
darwinConfigurations = darwinConfigurations.${system};
homeConfigurations = homeConfigurations.${system};
generators = generators.${system};
}
//
# Share the custom packages that I have placed under the nmasur namespace
# Get the custom packages that I have placed under the nmasur namespace
lib.pkgsBySystem.${system}.nmasur
);

View File

@ -35,9 +35,5 @@ in
".rgignore".text = ignorePatterns;
".fdignore".text = ignorePatterns;
};
# Ignore in zoxide
home.sessionVariables = {
_ZO_EXCLUDE_DIRS = "$HOME/keybase/*";
};
};
}