Extract media packages
This commit is contained in:
parent
690ab81d76
commit
8fb83fb5ca
3 changed files with 28 additions and 13 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue