From 63e15655ee66d63088bc907072616b988fee4351 Mon Sep 17 00:00:00 2001 From: Ryan Schanzenbacher Date: Sun, 23 Aug 2026 11:48:46 -0400 Subject: remove some stuff --- users/ryan/common.nix | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) (limited to 'users/ryan/common.nix') 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 @@ }; }; - # HM always renders the "*" block last regardless of dag order, so this - # trailing exec-only Match block (no directives of its own - position - # relative to the Host blocks above doesn't matter) is safe to append here. - # `settings."*"` above satisfies the assertion that gates using extraConfig. extraConfig = '' Match host * exec "gpg-connect-agent UPDATESTARTUPTTY /bye" ''; @@ -140,10 +136,6 @@ cat = "bat --paging=never"; diff = "delta"; brew = "env -u XDG_CONFIG_HOME brew"; - # Merged from guix-dotfiles' bash aliases (home-bash-service-type) - - # bash is being retired there in favor of this zsh config. `ls`/`spt`/ - # `python` are Linux-only (BSD ls on darwin doesn't take --color/-p, - # spotify_player and python3 aren't darwin things) - see linux.nix. grep = "grep --color=auto"; ll = "ls -l"; rebuild = @@ -162,10 +154,8 @@ gdu taskwarrior3 delta - kubectl - talhelper - talosctl prismlauncher + git-lfs ]; xdg.configFile."aerc" = { -- cgit v1.3.1