summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Schanzenbacher <ryan@rschanz.org>2026-08-23 11:48:46 -0400
committerRyan Schanzenbacher <ryan@rschanz.org>2026-08-23 11:59:00 -0400
commit63e15655ee66d63088bc907072616b988fee4351 (patch)
treed6739516c848ff20eae211feab669f3a89331448
parent1e8ce6189d196b8d75f9c15bec198ef4fa7a339b (diff)
remove some stuff
-rw-r--r--users/ryan/common.nix12
-rw-r--r--users/ryan/darwin.nix4
2 files changed, 1 insertions, 15 deletions
diff --git a/users/ryan/common.nix b/users/ryan/common.nix
index 4f692a2..1beaa7c 100644
--- a/users/ryan/common.nix
+++ b/users/ryan/common.nix
@@ -109,10 +109,6 @@
109 }; 109 };
110 }; 110 };
111 111
112 # HM always renders the "*" block last regardless of dag order, so this
113 # trailing exec-only Match block (no directives of its own - position
114 # relative to the Host blocks above doesn't matter) is safe to append here.
115 # `settings."*"` above satisfies the assertion that gates using extraConfig.
116 extraConfig = '' 112 extraConfig = ''
117 Match host * exec "gpg-connect-agent UPDATESTARTUPTTY /bye" 113 Match host * exec "gpg-connect-agent UPDATESTARTUPTTY /bye"
118 ''; 114 '';
@@ -140,10 +136,6 @@
140 cat = "bat --paging=never"; 136 cat = "bat --paging=never";
141 diff = "delta"; 137 diff = "delta";
142 brew = "env -u XDG_CONFIG_HOME brew"; 138 brew = "env -u XDG_CONFIG_HOME brew";
143 # Merged from guix-dotfiles' bash aliases (home-bash-service-type) -
144 # bash is being retired there in favor of this zsh config. `ls`/`spt`/
145 # `python` are Linux-only (BSD ls on darwin doesn't take --color/-p,
146 # spotify_player and python3 aren't darwin things) - see linux.nix.
147 grep = "grep --color=auto"; 139 grep = "grep --color=auto";
148 ll = "ls -l"; 140 ll = "ls -l";
149 rebuild = 141 rebuild =
@@ -162,10 +154,8 @@
162 gdu 154 gdu
163 taskwarrior3 155 taskwarrior3
164 delta 156 delta
165 kubectl
166 talhelper
167 talosctl
168 prismlauncher 157 prismlauncher
158 git-lfs
169 ]; 159 ];
170 160
171 xdg.configFile."aerc" = { 161 xdg.configFile."aerc" = {
diff --git a/users/ryan/darwin.nix b/users/ryan/darwin.nix
index 9dd6576..0557509 100644
--- a/users/ryan/darwin.nix
+++ b/users/ryan/darwin.nix
@@ -39,10 +39,6 @@
39 nerd-fonts.anonymice 39 nerd-fonts.anonymice
40 jujutsu 40 jujutsu
41 netbird-tui 41 netbird-tui
42 # common.nix's programs.git.settings now sets filter.lfs (merged from
43 # guix-dotfiles' .gitconfig) - Guix's package list already has git-lfs,
44 # darwin needs its own copy or LFS checkouts hard-fail.
45 git-lfs
46 ]; 42 ];
47 43
48 # Install User apps to subdir for dock stuff 44 # Install User apps to subdir for dock stuff