jklsdjklasdljk

This commit is contained in:
2025-11-03 12:38:15 +01:00
parent d3aee7264b
commit 62433c631d
2 changed files with 7 additions and 0 deletions

View File

@@ -58,4 +58,8 @@ in
#programs.mpv.config.gpu-context = "wayland";
programs.mpv.config.screenshot-directory = "${config.home.homeDirectory}/Pictures/Screenshots-mpv";
# https://mpv.io/manual/master/#options-screenshot-template
# https://man.archlinux.org/man/core/man-pages/strftime.3.en#DESCRIPTION
#programs.mpv.config.screenshot-template = "mpv-shot%n"; # mpv-shot0001.png (default)
programs.mpv.config.screenshot-template = "mpv-shot-%tY-%tm-%td-%tH%tM%tS - %F @ %P"; # mpv-shot-YYYY-MM-DD-HHMMSS <filename> <timestamp in HH:MM:SS.mmm>.png
}

View File

@@ -31,6 +31,9 @@
zls # zig
typos # spell checker
# https://github.com/JFryy/systemd-lsp
# https://github.com/kristoff-it/superhtml
# I prefer these in shell.nix / virtual environments
# python3Packages.python-lsp-server # pylsp
];