configure zsh and fix mpd
This commit is contained in:
parent
fb92731190
commit
cd8efd23f3
5 changed files with 45 additions and 25 deletions
|
|
@ -1,7 +1,6 @@
|
|||
{
|
||||
config,
|
||||
pkgs,
|
||||
lib,
|
||||
...
|
||||
}: let
|
||||
terminal = config.programs.terminal;
|
||||
|
|
@ -141,18 +140,6 @@ in {
|
|||
}
|
||||
];
|
||||
}
|
||||
(lib.mkIf config.roles.mpd.enable {
|
||||
name = "ncmpcpp";
|
||||
text = ''
|
||||
${termcmd} -e ncmpcpp
|
||||
'';
|
||||
hotkeys = [
|
||||
{
|
||||
key = "M";
|
||||
}
|
||||
];
|
||||
install = false;
|
||||
})
|
||||
{
|
||||
name = "menu";
|
||||
text = ''
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue