mirror of
https://github.com/nix-community/home-manager.git
synced 2025-11-08 19:46:05 +01:00
- Add basic-service.nix test for caffeine service configuration - Test systemd service generation with proper graphical-session.target integration Signed-off-by: Austin Horstman <khaneliman12@gmail.com>
5 lines
124 B
Nix
5 lines
124 B
Nix
{ lib, pkgs, ... }:
|
|
|
|
lib.optionalAttrs pkgs.stdenv.hostPlatform.isLinux {
|
|
caffeine-basic-service = ./basic-service.nix;
|
|
}
|