Added mpv conf & modified home.nix
This commit is contained in:
parent
c89ecc2baf
commit
f12ca57b3d
2 changed files with 60 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue