mirror of
https://github.com/nix-community/home-manager.git
synced 2025-12-06 17:11:03 +01:00
6 lines
160 B
Nix
6 lines
160 B
Nix
{ lib, pkgs, ... }:
|
|
|
|
lib.optionalAttrs pkgs.stdenv.hostPlatform.isLinux {
|
|
wayfire-configuration = ./configuration.nix;
|
|
wayfire-wf-shell = ./wf-shell.nix;
|
|
}
|