remove some stuff

63e15655ee66… · Ryan Schanzenbacher ·

parent 1e8ce6189d19… diff

Changed files

FileChanges
users/ryan/common.nix +1 −11 raw
users/ryan/darwin.nix +0 −4 raw
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" = {
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 @@
nerd-fonts.anonymice
jujutsu
netbird-tui
- # common.nix's programs.git.settings now sets filter.lfs (merged from
- # guix-dotfiles' .gitconfig) - Guix's package list already has git-lfs,
- # darwin needs its own copy or LFS checkouts hard-fail.
- git-lfs
];
# Install User apps to subdir for dock stuff