nixos/core-desktop: import xdg-default-apps module

This commit is contained in:
Wroclaw 2024-11-28 22:02:51 +01:00
parent 82880c0e2f
commit b8d79d3515
3 changed files with 1 additions and 2 deletions

View file

@ -3,6 +3,7 @@
{
imports = [
./generic/mpv.nix
./xdg-default-apps.nix
];
config = {
services.printing.enable = true;