configure zsh and fix mpd
This commit is contained in:
parent
fb92731190
commit
cd8efd23f3
5 changed files with 45 additions and 25 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue