Task: moved hardware options into the niksos.hardware suboptions.
This commit is contained in:
parent
0924f9c267
commit
678c3cb4f7
15 changed files with 99 additions and 82 deletions
|
|
@ -5,8 +5,9 @@
|
|||
lib,
|
||||
...
|
||||
}: let
|
||||
inherit (osConfig.niksos) desktop bluetooth;
|
||||
inherit (osConfig.niksos) desktop hardware;
|
||||
inherit (desktop) games;
|
||||
inherit (hardware) bluetooth;
|
||||
in {
|
||||
# Also look at system/programs/games.nix (some programs have to be overlayed or have systemwide modules that have to be installed.)
|
||||
home.packages = lib.mkIf games ([
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue