mpv config

This commit is contained in:
mehbark 2025-06-28 23:43:17 -04:00
parent a5829572c3
commit 6bb60bb4ed

View file

@ -56,11 +56,6 @@ in
sageWithDoc sageWithDoc
zls zls
# ocaml
# ocamlPackages.utop
# ocamlPackages.ocaml-lsp
# ocamlPackages.ocamlformat
# might as well use it consistently # might as well use it consistently
haskell-language-server haskell-language-server
typst typst
@ -118,7 +113,6 @@ in
wget wget
] else [ ] else [
racket racket
mpv
gcc gcc
julia julia
godot_4 godot_4
@ -170,6 +164,7 @@ in
settings = { settings = {
show_banner = false; show_banner = false;
edit_mode = "vi";
completions.external = { completions.external = {
enable = true; enable = true;
max_results = 200; max_results = 200;
@ -332,6 +327,13 @@ in
background = "dark"; background = "dark";
}; };
programs.mpv = {
enable = !darwin;
config = {
save-position-on-quit = true;
};
};
xsession.windowManager.xmonad = if wm == "xmonad" then { xsession.windowManager.xmonad = if wm == "xmonad" then {
enable = true; enable = true;
config = pkgs.writeText "xmonad.hs" '' config = pkgs.writeText "xmonad.hs" ''
@ -420,6 +422,7 @@ in
haskell-mode haskell-mode
zig-mode zig-mode
python-mode python-mode
tuareg
treesit-grammars.with-all-grammars treesit-grammars.with-all-grammars