mirror of
https://github.com/nix-community/home-manager.git
synced 2025-12-12 12:01:08 +01:00
6 lines
167 B
Nix
6 lines
167 B
Nix
{ lib, pkgs, ... }:
|
|
|
|
lib.optionalAttrs pkgs.stdenv.hostPlatform.isLinux {
|
|
fusuma-example-settings = ./settings.nix;
|
|
fusuma-systemd-user-service = ./service.nix;
|
|
}
|