Added mpv conf & modified home.nix
This commit is contained in:
parent
c89ecc2baf
commit
f12ca57b3d
2 changed files with 60 additions and 1 deletions
58
.config/mpv/mpv.conf
Normal file
58
.config/mpv/mpv.conf
Normal file
|
|
@ -0,0 +1,58 @@
|
|||
profile=gpu-hq
|
||||
vo=gpu-next
|
||||
opengl-es=yes
|
||||
|
||||
[image]
|
||||
osc=no
|
||||
sub-auto=no
|
||||
audio-file=no
|
||||
term-status-msg=
|
||||
loop-file=inf
|
||||
no-pause
|
||||
video-aspect-override=no
|
||||
geometry=720x360
|
||||
|
||||
[extension.png]
|
||||
profile=image
|
||||
|
||||
[extension.jpg]
|
||||
profile=image
|
||||
|
||||
[extension.jpeg]
|
||||
profile=image
|
||||
|
||||
[extension.webp]
|
||||
profile=image
|
||||
|
||||
[extension.gif]
|
||||
profile=image
|
||||
|
||||
[audio]
|
||||
volume=50
|
||||
geometry=300x300
|
||||
|
||||
[extension.mp3]
|
||||
profile=audio
|
||||
|
||||
[extension.ogg]
|
||||
profile=audio
|
||||
|
||||
[extension.flac]
|
||||
profile=audio
|
||||
|
||||
[extension.wav]
|
||||
profile=audio
|
||||
|
||||
[vids]
|
||||
geometry=640x300
|
||||
volume=50
|
||||
|
||||
[extension.webm]
|
||||
profile=vids
|
||||
loop-file=inf
|
||||
|
||||
[extension.mp4]
|
||||
profile=vids
|
||||
|
||||
[extension.mkv]
|
||||
profile=vids
|
||||
|
|
@ -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