From 037ef27243eab47d6e1c29f231c248dc2aa4966e Mon Sep 17 00:00:00 2001 From: Azat Bahawi Date: Mon, 4 Mar 2024 14:54:25 +0300 Subject: 2024-03-04 --- modules/nixos/wayland.nix | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'modules/nixos/wayland.nix') diff --git a/modules/nixos/wayland.nix b/modules/nixos/wayland.nix index 5068c25..b64ab32 100644 --- a/modules/nixos/wayland.nix +++ b/modules/nixos/wayland.nix @@ -1,6 +1,7 @@ { config, lib, + pkgs, ... }: with lib; let @@ -9,11 +10,6 @@ in { options.nixfiles.modules.wayland.enable = mkEnableOption "Wayland"; config = mkIf cfg.enable { - assertions = [ - { - assertion = !config.nixfiles.modules.x11.enable; - message = "Pick only one!"; - } - ]; + hm.home.packages = with pkgs; [wl-clipboard]; }; } -- cgit 1.4.1