Skip to content

Commit

Permalink
chore: add comments to docs/resources
Browse files Browse the repository at this point in the history
  • Loading branch information
uncenter committed Apr 12, 2024
1 parent 47de0ee commit 647d271
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions home/variables.nix
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{config, ...}: {
home.sessionVariables = {
# https://github.com/b3nj5m1n/xdg-ninja
ZDOTDIR = "${config.xdg.configHome}/zsh";
GIT_CONFIG_GLOBAL = "${config.xdg.configHome}/git/config";
PYTHONSTARTUP = "${config.xdg.configHome}/python/pythonrc.py";
Expand Down
1 change: 1 addition & 0 deletions modules/homebrew.nix
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
_: {
# https://docs.brew.sh/Manpage#environment
environment.variables = {
HOMEBREW_NO_ANALYTICS = "1";
HOMEBREW_NO_INSECURE_REDIRECT = "1";
Expand Down
3 changes: 3 additions & 0 deletions system.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@
./modules/homebrew.nix
];

# https://daiderd.com/nix-darwin/manual/index.html#sec-options

system = {
defaults = {
dock = {
Expand All @@ -30,6 +32,7 @@

security.pam.enableSudoTouchIdAuth = true;

# https://github.com/ryanccn/nix-darwin-custom-icons
environment.customIcons = {
enable = true;
icons = [
Expand Down

0 comments on commit 647d271

Please sign in to comment.