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:15:45 +01:00
parent 895d1e2fa9
commit acbb79de66
2 changed files with 103 additions and 21 deletions

View File

@ -222,6 +222,22 @@ in
"image/png" = "com.interversehq.qView.desktop"; "image/png" = "com.interversehq.qView.desktop";
"image/jpg" = "com.interversehq.qView.desktop"; "image/jpg" = "com.interversehq.qView.desktop";
"image/jpeg" = "com.interversehq.qView.desktop"; "image/jpeg" = "com.interversehq.qView.desktop";
# Text
"text/plain" = "emacs.desktop";
# Audio
"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
}; };
}; };

View File

@ -1,23 +1,89 @@
error:
… while evaluating the attribute 'config'
at /nix/var/nix/profiles/per-user/root/channels/nixos/lib/modules.nix:322:9:
321| options = checked options;
322| config = checked (removeAttrs config [ "_module" ]);
| ^
323| _module = checked (config._module);
… while calling the 'seq' builtin
at /nix/var/nix/profiles/per-user/root/channels/nixos/lib/modules.nix:322:18:
321| options = checked options;
322| config = checked (removeAttrs config [ "_module" ]);
| ^
323| _module = checked (config._module);
(stack trace truncated; use '--show-trace' to show the full trace)
error: syntax error, unexpected '=', expecting ';'
at /etc/nixos/configuration.nix:231:16:
230| "audio/mpeg"=mpv.desktop
231| "audio/x-mp3"=mpv.desktop
| ^
232| "audio/x-wav"=mpv.desktop
building Nix... building Nix...
error:
… while evaluating the attribute 'config'
at /nix/var/nix/profiles/per-user/root/channels/nixos/lib/modules.nix:322:9:
321| options = checked options;
322| config = checked (removeAttrs config [ "_module" ]);
| ^
323| _module = checked (config._module);
… while calling the 'seq' builtin
at /nix/var/nix/profiles/per-user/root/channels/nixos/lib/modules.nix:322:18:
321| options = checked options;
322| config = checked (removeAttrs config [ "_module" ]);
| ^
323| _module = checked (config._module);
(stack trace truncated; use '--show-trace' to show the full trace)
error: syntax error, unexpected '=', expecting ';'
at /etc/nixos/configuration.nix:231:16:
230| "audio/mpeg"=mpv.desktop
231| "audio/x-mp3"=mpv.desktop
| ^
232| "audio/x-wav"=mpv.desktop
building the system configuration... building the system configuration...
these 7 derivations will be built: error:
/nix/store/x5mn9y5b8il4gf3r1f0l6nzxkcqdf062-hm_mimeapps.list.drv … while evaluating the attribute 'config.system.build.toplevel'
/nix/store/78cr18m4mqfwa2s9dvg41cl20p1jzprx-home-manager-files.drv
/nix/store/3djy18zfksxylkfvy18xwi18kqr3cgi1-home-manager-generation.drv at /nix/var/nix/profiles/per-user/root/channels/nixos/lib/modules.nix:322:9:
/nix/store/v6v137l69lsmq1dvdv8g9zkih5bbyn5d-unit-home-manager-deadvey.service.drv
/nix/store/18f1rxb0ry6mc05kybkmxf01ddvqk7q9-system-units.drv 321| options = checked options;
/nix/store/qzrq7wx0d9jx74wfpk5d8z9z75bri5jr-etc.drv 322| config = checked (removeAttrs config [ "_module" ]);
/nix/store/3ajdqxiyningn7pa5x1vlgqna46fvg59-nixos-system-nixos-24.05.3999.c42fcfbdfeae.drv | ^
building '/nix/store/x5mn9y5b8il4gf3r1f0l6nzxkcqdf062-hm_mimeapps.list.drv'... 323| _module = checked (config._module);
building '/nix/store/78cr18m4mqfwa2s9dvg41cl20p1jzprx-home-manager-files.drv'...
building '/nix/store/3djy18zfksxylkfvy18xwi18kqr3cgi1-home-manager-generation.drv'... … while calling the 'seq' builtin
building '/nix/store/v6v137l69lsmq1dvdv8g9zkih5bbyn5d-unit-home-manager-deadvey.service.drv'...
building '/nix/store/18f1rxb0ry6mc05kybkmxf01ddvqk7q9-system-units.drv'... at /nix/var/nix/profiles/per-user/root/channels/nixos/lib/modules.nix:322:18:
building '/nix/store/qzrq7wx0d9jx74wfpk5d8z9z75bri5jr-etc.drv'...
building '/nix/store/3ajdqxiyningn7pa5x1vlgqna46fvg59-nixos-system-nixos-24.05.3999.c42fcfbdfeae.drv'... 321| options = checked options;
activating the configuration... 322| config = checked (removeAttrs config [ "_module" ]);
setting up /etc... | ^
reloading user units for lightdm... 323| _module = checked (config._module);
reloading user units for deadvey...
restarting sysinit-reactivation.target (stack trace truncated; use '--show-trace' to show the full trace)
restarting the following units: home-manager-deadvey.service
error: syntax error, unexpected '=', expecting ';'
at /etc/nixos/configuration.nix:231:16:
230| "audio/mpeg"=mpv.desktop
231| "audio/x-mp3"=mpv.desktop
| ^
232| "audio/x-wav"=mpv.desktop