mirror of
https://github.com/nix-community/home-manager.git
synced 2026-01-11 17:39:37 +08:00
6 lines
179 B
Nix
6 lines
179 B
Nix
{ lib, pkgs, ... }:
|
|
lib.optionalAttrs (pkgs.stdenv.hostPlatform.isLinux) {
|
|
vicinae-pre17-settings = ./pre17-settings.nix;
|
|
vicinae-example-settings = ./example-settings.nix;
|
|
}
|