summaryrefslogtreecommitdiff
path: root/users/ryan/common.nix
diff options
context:
space:
mode:
authorRyan Schanzenbacher <ryan@rschanz.org>2026-08-23 11:41:50 -0400
committerRyan Schanzenbacher <ryan@rschanz.org>2026-08-23 11:59:00 -0400
commit1e8ce6189d196b8d75f9c15bec198ef4fa7a339b (patch)
treeac04eb07e1e5e3b9a07e2917285b3d27b85c4e9a /users/ryan/common.nix
parent22e588d2f7dc164806f01511b46a52d6e6852505 (diff)
temp
Diffstat (limited to 'users/ryan/common.nix')
-rw-r--r--users/ryan/common.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/users/ryan/common.nix b/users/ryan/common.nix
index 2e7505f..4f692a2 100644
--- a/users/ryan/common.nix
+++ b/users/ryan/common.nix
@@ -139,6 +139,7 @@
139 shellAliases = { 139 shellAliases = {
140 cat = "bat --paging=never"; 140 cat = "bat --paging=never";
141 diff = "delta"; 141 diff = "delta";
142 brew = "env -u XDG_CONFIG_HOME brew";
142 # Merged from guix-dotfiles' bash aliases (home-bash-service-type) - 143 # Merged from guix-dotfiles' bash aliases (home-bash-service-type) -
143 # bash is being retired there in favor of this zsh config. `ls`/`spt`/ 144 # bash is being retired there in favor of this zsh config. `ls`/`spt`/
144 # `python` are Linux-only (BSD ls on darwin doesn't take --color/-p, 145 # `python` are Linux-only (BSD ls on darwin doesn't take --color/-p,
@@ -164,6 +165,7 @@
164 kubectl 165 kubectl
165 talhelper 166 talhelper
166 talosctl 167 talosctl
168 prismlauncher
167 ]; 169 ];
168 170
169 xdg.configFile."aerc" = { 171 xdg.configFile."aerc" = {