Merge branch 'master' of ymir:lulusilly/dotfiles
This commit is contained in:
commit
4ab1328e9c
4 changed files with 62 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
|
||||||
|
|
@ -70,6 +70,8 @@
|
||||||
enable = true;
|
enable = true;
|
||||||
enableSSHSupport = true;
|
enableSSHSupport = true;
|
||||||
};
|
};
|
||||||
|
# Espanso for text expansion
|
||||||
|
services.espanso.enable = true;
|
||||||
# OpenSSH
|
# OpenSSH
|
||||||
services.openssh.enable = true;
|
services.openssh.enable = true;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -78,6 +78,7 @@
|
||||||
keepassxc # Secure password manager
|
keepassxc # Secure password manager
|
||||||
syncthing # Self explanatory
|
syncthing # Self explanatory
|
||||||
ghostty # Terminal emulator
|
ghostty # Terminal emulator
|
||||||
|
irssi # Terminal IRC client
|
||||||
# Fonts
|
# Fonts
|
||||||
nerd-fonts.jetbrains-mono
|
nerd-fonts.jetbrains-mono
|
||||||
miracode
|
miracode
|
||||||
|
|
|
||||||
|
|
@ -27,7 +27,7 @@
|
||||||
];
|
];
|
||||||
configFile = builtins.fetchurl {
|
configFile = builtins.fetchurl {
|
||||||
url = https://git.luluslly.xyz/lulusilly/dotfiles/raw/branch/master/.config/kanata/conf.kbd;
|
url = https://git.luluslly.xyz/lulusilly/dotfiles/raw/branch/master/.config/kanata/conf.kbd;
|
||||||
sha256 = "1jv6051igv4yxwr9bxzil6qrynvg3imlnh65lxhjdfcvpnmlcy6p";
|
sha256 = "97947618d01cc8bd553c2d305537b9db6962a3a9205cda43abadc1b87eed901f";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue