some changes

This commit is contained in:
Barrett Ruth 2026-02-10 18:36:00 -05:00
parent 6d311d4fbd
commit f2b8595ca7
3 changed files with 3 additions and 1 deletions

View file

@ -18,6 +18,7 @@ au({ 'TermOpen', 'BufWinEnter' }, {
group = aug,
})
-- TODO: out of date (config no longer in $XDG_CONFIG_HOME/nvim)
au('BufWritePost', {
pattern = (
os.getenv('XDG_CONFIG_HOME') or (os.getenv('HOME') .. '/.config')

View file

@ -16,7 +16,7 @@ let
in
{
home.sessionVariables = lib.optionalAttrs enableZen {
BROWSER = "zen-browser";
BROWSER = "zen";
}
// lib.optionalAttrs enableClaude {
CLAUDE_CONFIG_DIR = "${config.xdg.configHome}/claude";

View file

@ -24,6 +24,7 @@ let
in
{
home.packages = with pkgs; [
awscli2
pure-prompt
xclip
tree