configure zsh and fix mpd

This commit is contained in:
tristan 2024-01-06 05:41:44 +00:00
parent fb92731190
commit cd8efd23f3
5 changed files with 45 additions and 25 deletions

View file

@ -41,8 +41,11 @@ in {
./programs/neovim/.
./programs/git.nix
./programs/lf/.
./programs/shell.nix
];
roles.mpd.enable = true;
programs.home-manager.enable = true;
home.homeDirectory = "/home/${config.home.username}";
@ -68,17 +71,6 @@ in {
ansible
];
programs.starship.enable = true;
programs.zsh = {
enable = true;
dotDir = ".config/zsh";
history = {
path = "${config.xdg.dataHome}/zsh/zsh_history";
};
defaultKeymap = "vicmd";
autocd = true;
};
services.udiskie = {
enable = true;
notify = true;