Extract media packages

This commit is contained in:
Leonardo Eugênio 2022-10-22 00:03:18 -03:00
parent 690ab81d76
commit 8fb83fb5ca
3 changed files with 28 additions and 13 deletions

View file

@ -2,6 +2,11 @@
# your system. Help is available in the configuration.nix(5) man page
# and in the NixOS manual (accessible by running nixos-help).
{ config, pkgs, ... }: {
imports = [
./media-packages.nix
];
packages.media-packages.enable = true;
# Bootloader.
boot.loader.systemd-boot.enable = true;
boot.loader.efi.canTouchEfiVariables = true;