mirror of
https://github.com/blahai/nyx.git
synced 2025-01-18 19:10:21 +00:00
Remove unused declarations
This commit is contained in:
parent
fdfd4e0434
commit
63eac33d05
3 changed files with 4 additions and 11 deletions
|
@ -1,8 +1,4 @@
|
||||||
{
|
{lib, ...}: let
|
||||||
lib,
|
|
||||||
pkgs,
|
|
||||||
...
|
|
||||||
}: let
|
|
||||||
inherit (lib.modules) mkDefault;
|
inherit (lib.modules) mkDefault;
|
||||||
in {
|
in {
|
||||||
system = {
|
system = {
|
||||||
|
|
|
@ -4,10 +4,10 @@
|
||||||
lib,
|
lib,
|
||||||
...
|
...
|
||||||
}: let
|
}: let
|
||||||
inherit (lib.modules) mkIf mkForce mkMerge mkDefault mkOverride;
|
inherit (lib.modules) mkIf mkForce mkMerge mkDefault;
|
||||||
inherit (lib.lists) optionals;
|
inherit (lib.lists) optionals;
|
||||||
inherit (lib.options) mkOption mkEnableOption literalExpression;
|
inherit (lib.options) mkOption mkEnableOption;
|
||||||
inherit (lib.types) str raw listOf package;
|
inherit (lib.types) raw;
|
||||||
|
|
||||||
cfg = config.olympus.system.boot;
|
cfg = config.olympus.system.boot;
|
||||||
in {
|
in {
|
||||||
|
|
|
@ -1,12 +1,9 @@
|
||||||
{
|
{
|
||||||
lib,
|
lib,
|
||||||
pkgs,
|
|
||||||
config,
|
config,
|
||||||
...
|
...
|
||||||
}: let
|
}: let
|
||||||
inherit (lib.modules) mkIf mkDefault;
|
inherit (lib.modules) mkIf mkDefault;
|
||||||
inherit (lib.attrsets) optionalAttrs;
|
|
||||||
inherit (lib.options) mkEnableOption mkPackageOption;
|
|
||||||
|
|
||||||
cfg = config.olympus.system.boot;
|
cfg = config.olympus.system.boot;
|
||||||
in {
|
in {
|
||||||
|
|
Loading…
Reference in a new issue