508 current 2024-08-20 16:11:16 24.05.3999.c42fcfbdfeae 6.6.46 *
This commit is contained in:
parent
895d1e2fa9
commit
acbb79de66
@ -222,6 +222,22 @@ in
|
||||
"image/png" = "com.interversehq.qView.desktop";
|
||||
"image/jpg" = "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
|
||||
};
|
||||
};
|
||||
|
||||
|
108
nixos-switch.log
108
nixos-switch.log
@ -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...
|
||||
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...
|
||||
these 7 derivations will be built:
|
||||
/nix/store/x5mn9y5b8il4gf3r1f0l6nzxkcqdf062-hm_mimeapps.list.drv
|
||||
/nix/store/78cr18m4mqfwa2s9dvg41cl20p1jzprx-home-manager-files.drv
|
||||
/nix/store/3djy18zfksxylkfvy18xwi18kqr3cgi1-home-manager-generation.drv
|
||||
/nix/store/v6v137l69lsmq1dvdv8g9zkih5bbyn5d-unit-home-manager-deadvey.service.drv
|
||||
/nix/store/18f1rxb0ry6mc05kybkmxf01ddvqk7q9-system-units.drv
|
||||
/nix/store/qzrq7wx0d9jx74wfpk5d8z9z75bri5jr-etc.drv
|
||||
/nix/store/3ajdqxiyningn7pa5x1vlgqna46fvg59-nixos-system-nixos-24.05.3999.c42fcfbdfeae.drv
|
||||
building '/nix/store/x5mn9y5b8il4gf3r1f0l6nzxkcqdf062-hm_mimeapps.list.drv'...
|
||||
building '/nix/store/78cr18m4mqfwa2s9dvg41cl20p1jzprx-home-manager-files.drv'...
|
||||
building '/nix/store/3djy18zfksxylkfvy18xwi18kqr3cgi1-home-manager-generation.drv'...
|
||||
building '/nix/store/v6v137l69lsmq1dvdv8g9zkih5bbyn5d-unit-home-manager-deadvey.service.drv'...
|
||||
building '/nix/store/18f1rxb0ry6mc05kybkmxf01ddvqk7q9-system-units.drv'...
|
||||
building '/nix/store/qzrq7wx0d9jx74wfpk5d8z9z75bri5jr-etc.drv'...
|
||||
building '/nix/store/3ajdqxiyningn7pa5x1vlgqna46fvg59-nixos-system-nixos-24.05.3999.c42fcfbdfeae.drv'...
|
||||
activating the configuration...
|
||||
setting up /etc...
|
||||
reloading user units for lightdm...
|
||||
reloading user units for deadvey...
|
||||
restarting sysinit-reactivation.target
|
||||
restarting the following units: home-manager-deadvey.service
|
||||
error:
|
||||
… while evaluating the attribute 'config.system.build.toplevel'
|
||||
|
||||
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user