diff --git a/hosts/desktop/shared-home.nix b/hosts/desktop/shared-home.nix index e2b79a5..df50d43 100644 --- a/hosts/desktop/shared-home.nix +++ b/hosts/desktop/shared-home.nix @@ -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 = { diff --git a/hosts/desktop/terminal.nix b/hosts/desktop/terminal.nix index 17b4b95..83f76ae 100644 --- a/hosts/desktop/terminal.nix +++ b/hosts/desktop/terminal.nix @@ -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" ''; }; }