mirror of
https://github.com/nix-community/home-manager.git
synced 2025-12-05 16:41:04 +01:00
7 lines
238 B
Nix
7 lines
238 B
Nix
{ lib, pkgs, ... }:
|
|
|
|
lib.optionalAttrs pkgs.stdenv.hostPlatform.isLinux {
|
|
rofi-valid-config = ./valid-config.nix;
|
|
rofi-custom-theme = ./custom-theme.nix;
|
|
rofi-config-with-deprecated-options = ./config-with-deprecated-options.nix;
|
|
}
|