mirror of
https://github.com/nix-community/home-manager.git
synced 2025-12-03 07:31:03 +01:00
9 lines
326 B
Nix
9 lines
326 B
Nix
{ lib, pkgs, ... }:
|
|
|
|
lib.optionalAttrs pkgs.stdenv.hostPlatform.isLinux {
|
|
ashell-basic-toml = ./basic-toml-config.nix;
|
|
ashell-basic-yaml = ./basic-yaml-config.nix;
|
|
ashell-camelcase-migration = ./camelcase-migration.nix;
|
|
ashell-empty-settings = ./empty-settings.nix;
|
|
ashell-systemd-service = ./systemd-service.nix;
|
|
}
|