Added mpv conf & modified home.nix

This commit is contained in:
lulusilly 2025-09-15 14:06:05 -04:00
parent c89ecc2baf
commit f12ca57b3d
2 changed files with 60 additions and 1 deletions

View file

@ -77,6 +77,7 @@
keepassxc # Secure password manager
syncthing # Self explanatory
ghostty # Terminal emulator
irssi # Terminal IRC client
# Fonts
nerd-fonts.jetbrains-mono
miracode
@ -88,7 +89,7 @@
};
home.sessionVariables = {
EDITOR = "emacs";
EDITOR = "nvim";
};
programs.home-manager.enable = true;