mirror of
https://github.com/nmasur/dotfiles
synced 2025-05-13 18:35:52 +00:00
Compare commits
No commits in common. "b7317a721b04ea4adb1b960340c56f52a64e6606" and "b8337f129588635573ac9ce415857c3bbd13875d" have entirely different histories.
b7317a721b
...
b8337f1295
@ -216,12 +216,13 @@
|
|||||||
system:
|
system:
|
||||||
# Get the configurations that we normally use
|
# Get the configurations that we normally use
|
||||||
{
|
{
|
||||||
inherit nixosConfigurations darwinConfigurations;
|
nixosConfigurations = nixosConfigurations.${system};
|
||||||
|
darwinConfigurations = darwinConfigurations.${system};
|
||||||
homeConfigurations = homeConfigurations.${system};
|
homeConfigurations = homeConfigurations.${system};
|
||||||
generators = generators.${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
|
lib.pkgsBySystem.${system}.nmasur
|
||||||
);
|
);
|
||||||
|
|
||||||
|
@ -35,9 +35,5 @@ in
|
|||||||
".rgignore".text = ignorePatterns;
|
".rgignore".text = ignorePatterns;
|
||||||
".fdignore".text = ignorePatterns;
|
".fdignore".text = ignorePatterns;
|
||||||
};
|
};
|
||||||
# Ignore in zoxide
|
|
||||||
home.sessionVariables = {
|
|
||||||
_ZO_EXCLUDE_DIRS = "$HOME/keybase/*";
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user