mirror of
https://github.com/nix-community/home-manager.git
synced 2025-12-09 18:41:06 +01:00
6 lines
172 B
Nix
6 lines
172 B
Nix
{ lib, pkgs, ... }:
|
|
|
|
lib.optionalAttrs pkgs.stdenv.hostPlatform.isLinux {
|
|
avizo-with-settings = ./with-settings.nix;
|
|
avizo-without-settings = ./without-settings.nix;
|
|
}
|