disabled rio enabled alacritty fixed initExtra deprication in zsh hm config

This commit is contained in:
steven carpenter 2025-06-25 16:52:00 -04:00
parent 25112eeb70
commit 28526185e4
2 changed files with 5 additions and 5 deletions

View file

@ -13,7 +13,7 @@
./zoxide.nix
./zsh.nix
];
speccon18.hm.alacritty.enable = false;
speccon18.hm.alacritty.enable = true;
speccon18.hm.direnv.enable = true;
speccon18.hm.git.enable = true;
speccon18.hm.ncspot.enable = false;
@ -23,7 +23,7 @@
speccon18.hm.zellij.enable = false;
speccon18.hm.zoxide.enable = false;
speccon18.hm.zsh.enable = true;
speccon18.hm.rio.enable = true;
speccon18.hm.rio.enable = false;
# Home Manager needs a bit of information about you and the paths it should
# manage.
@ -47,8 +47,8 @@
gimp
vlc
atuin
rio
imgcat
#rio
#imgcat
# # Adds the 'hello' command to your environment. It prints a friendly
# # "Hello, world!" when run.

View file

@ -28,7 +28,7 @@
};
# This adds the atuin init line to your Zsh config
initExtra = ''
initContent = ''
eval "$(atuin init zsh)"
'';
};