fix(neovim): temporaly fix for neovim's mason.nvim binaries

This commit is contained in:
Gustavo "Guz" L. de Mello
2024-02-19 12:58:13 -03:00
parent e3191bd798
commit d185638f32
2 changed files with 1 additions and 1 deletions

View File

@@ -86,7 +86,6 @@
(nerdfonts.override { fonts = [ "FiraCode" ]; })
];
# Home Manager is pretty good at managing dotfiles. The primary way to manage
# plain files is through 'home.file'.
home.file = {

View File

@@ -31,6 +31,7 @@
export GPG_TTY=$(tty)
alias tmux="tmux -f ${config.xdg.configHome}/tmux/tmux.conf"
alias nvim="${pkgs.steam-run}/bin/steam-run nvim"
'';
};
}