Adds tests to ensure that the services are still created correctly and the correct deprecation warnings are shown Signed-off-by: Austin Horstman <khaneliman12@gmail.com>
7 lines
262 B
Nix
7 lines
262 B
Nix
{ lib, pkgs, ... }:
|
|
|
|
lib.optionalAttrs pkgs.stdenv.hostPlatform.isLinux {
|
|
hyprsunset-basic-configuration = ./basic-configuration.nix;
|
|
hyprsunset-no-configuration = ./no-configuration.nix;
|
|
hyprsunset-transitions-deprecated = ./transitions-deprecated.nix;
|
|
}
|