5 lines
133 B
Nix
5 lines
133 B
Nix
{ lib, pkgs, ... }:
|
|
|
|
lib.optionalAttrs pkgs.stdenv.hostPlatform.isLinux {
|
|
spectrwm-simple-config = ./spectrwm-simple-config.nix;
|
|
}
|