From 950aace44e23327a9df1c93fa799a0421091f04a Mon Sep 17 00:00:00 2001 From: stephaneyfx Date: Tue, 10 Jan 2023 02:57:38 -0600 Subject: [PATCH] i3: Do not set i3 package (#3585) Resolves https://github.com/nix-community/home-manager/issues/3584 --- modules/services/window-managers/i3-sway/i3.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/modules/services/window-managers/i3-sway/i3.nix b/modules/services/window-managers/i3-sway/i3.nix index 453367ce..f28b9b67 100644 --- a/modules/services/window-managers/i3-sway/i3.nix +++ b/modules/services/window-managers/i3-sway/i3.nix @@ -250,8 +250,6 @@ in { }; } - (mkIf (cfg.config != null) { xsession.windowManager.i3.package = pkgs.i3; }) - (mkIf (cfg.config != null) { warnings = (optional (isList cfg.config.fonts) "Specifying i3.config.fonts as a list is deprecated. Use the attrset version instead.")