508 current 2024-08-20 16:11:16 24.05.3999.c42fcfbdfeae 6.6.46 *

This commit is contained in:
deadvey 2024-08-20 16:16:23 +01:00
parent acbb79de66
commit e85408a566
2 changed files with 27 additions and 27 deletions

View File

@ -227,17 +227,17 @@ in
"text/plain" = "emacs.desktop";
# Audio
"audio/mpeg"=mpv.desktop
"audio/x-mp3"=mpv.desktop
"audio/x-wav"=mpv.desktop
"audio/mpeg" = mpv.desktop;
"audio/x-mp3" = mpv.desktop;
"audio/x-wav" = mpv.desktop;
# Video
"video/mp4"=mpv.desktop
"video/x-matroska"=mpv.desktop
"video/x-msvideo"=mpv.desktop
"video/x-flv"=mpv.desktop
"video/x-mpeg"=mpv.desktop
"video/x-ms-wmv"=mpv.desktop
"video/mp4" = mpv.desktop;
"video/x-matroska" = mpv.desktop;
"video/x-msvideo" = mpv.desktop;
"video/x-flv" = mpv.desktop;
"video/x-mpeg" = mpv.desktop;
"video/x-ms-wmv" = mpv.desktop;
};
};

View File

@ -19,14 +19,14 @@ error:
(stack trace truncated; use '--show-trace' to show the full trace)
error: syntax error, unexpected '=', expecting ';'
error: undefined variable 'mpv'
at /etc/nixos/configuration.nix:231:16:
at /etc/nixos/configuration.nix:230:18:
230| "audio/mpeg"=mpv.desktop
231| "audio/x-mp3"=mpv.desktop
| ^
232| "audio/x-wav"=mpv.desktop
229| # Audio
230| "audio/mpeg" = mpv.desktop;
| ^
231| "audio/x-mp3" = mpv.desktop;
building Nix...
error:
… while evaluating the attribute 'config'
@ -49,14 +49,14 @@ error:
(stack trace truncated; use '--show-trace' to show the full trace)
error: syntax error, unexpected '=', expecting ';'
error: undefined variable 'mpv'
at /etc/nixos/configuration.nix:231:16:
at /etc/nixos/configuration.nix:230:18:
230| "audio/mpeg"=mpv.desktop
231| "audio/x-mp3"=mpv.desktop
| ^
232| "audio/x-wav"=mpv.desktop
229| # Audio
230| "audio/mpeg" = mpv.desktop;
| ^
231| "audio/x-mp3" = mpv.desktop;
building the system configuration...
error:
… while evaluating the attribute 'config.system.build.toplevel'
@ -79,11 +79,11 @@ error:
(stack trace truncated; use '--show-trace' to show the full trace)
error: syntax error, unexpected '=', expecting ';'
error: undefined variable 'mpv'
at /etc/nixos/configuration.nix:231:16:
at /etc/nixos/configuration.nix:230:18:
230| "audio/mpeg"=mpv.desktop
231| "audio/x-mp3"=mpv.desktop
| ^
232| "audio/x-wav"=mpv.desktop
229| # Audio
230| "audio/mpeg" = mpv.desktop;
| ^
231| "audio/x-mp3" = mpv.desktop;