From e6ed60548397627bf10f561f9438201dbba0a36e Mon Sep 17 00:00:00 2001 From: Azat Bahawi Date: Sun, 21 Apr 2024 02:15:42 +0300 Subject: 2024-04-21 --- modules/nixos/wayland.nix | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 modules/nixos/wayland.nix (limited to 'modules/nixos/wayland.nix') diff --git a/modules/nixos/wayland.nix b/modules/nixos/wayland.nix deleted file mode 100644 index e3dba79..0000000 --- a/modules/nixos/wayland.nix +++ /dev/null @@ -1,19 +0,0 @@ -{ - config, - lib, - pkgs, - ... -}: -with lib; -let - cfg = config.nixfiles.modules.wayland; -in -{ - options.nixfiles.modules.wayland.enable = mkEnableOption "Wayland"; - - config = mkIf cfg.enable { - nixfiles.modules.foot.enable = true; - - hm.home.packages = with pkgs; [ wl-clipboard ]; - }; -} -- cgit v1.2.3