Add a kodi role

This commit is contained in:
2024-09-07 17:12:22 -07:00
parent c61ee69500
commit 4ba82961cd
3 changed files with 30 additions and 4 deletions

View File

@@ -2,7 +2,7 @@
# your system. Help is available in the configuration.nix(5) man page
# and in the NixOS manual (accessible by running nixos-help).
{ inputs, pkgs, ... }:
{ inputs, lib, pkgs, ... }:
{
imports =
@@ -11,6 +11,7 @@
../../roles/common/default.nix
(import ../../roles/desktop/default.nix { x11Only = true; inherit inputs; inherit pkgs; })
../../roles/kids/default.nix
(import ../../roles/kodi/default.nix { autologin = false; inherit lib; inherit pkgs; })
../../roles/nfs-mounts/default.nix
../../roles/nix/default.nix
../../roles/printing/default.nix