diff options
author | jjanzen <jjanzen@jjanzen.ca> | 2025-03-11 16:53:44 -0500 |
---|---|---|
committer | jjanzen <jjanzen@jjanzen.ca> | 2025-03-11 16:53:44 -0500 |
commit | 862ddcb1624465a8ab388af049084a81ff309b29 (patch) | |
tree | 403e9ed6a2b21da61f740dd110deed2734ef6014 | |
parent | 445b8beff2490512ea0c2b0db3d09457af60c57b (diff) |
system changes
-rw-r--r-- | common/.config/emacs/init.el.org | 3 | ||||
-rw-r--r-- | macos.local/flake/home/programs/ssh.nix.org | 8 |
2 files changed, 10 insertions, 1 deletions
diff --git a/common/.config/emacs/init.el.org b/common/.config/emacs/init.el.org index 663650e..c886861 100644 --- a/common/.config/emacs/init.el.org +++ b/common/.config/emacs/init.el.org @@ -417,7 +417,8 @@ Configure =emms= as a music player. #+begin_src emacs-lisp (use-package emms :init - (setq emms-player-list '(emms-player-vlc) + (emms-all) + (setq emms-player-list '(emms-player-mpv) emms-info-functions '(emms-info-native))) #+end_src diff --git a/macos.local/flake/home/programs/ssh.nix.org b/macos.local/flake/home/programs/ssh.nix.org index 28f779f..cb1c465 100644 --- a/macos.local/flake/home/programs/ssh.nix.org +++ b/macos.local/flake/home/programs/ssh.nix.org @@ -29,6 +29,14 @@ Configure SSH. Keys should be added to the SSH agent. Use the system keychain on }; }; + "minecraft" = { + setEnv = { + "TERM" = "xterm"; + }; + hostname = "jjanzen.ca"; + user = "minecraft"; + }; + "oracle" = { setEnv = { "TERM" = "xterm"; |