5 lines
147 B
Nix
5 lines
147 B
Nix
{ lib, pkgs, ... }:
|
|
|
|
lib.optionalAttrs pkgs.stdenv.hostPlatform.isLinux {
|
|
swww-graphical-session-target = ./swww-graphical-session-target.nix;
|
|
}
|