1
0
mirror of https://github.com/nix-community/home-manager synced 2024-06-13 18:23:39 +02:00

i3: Do not set i3 package (#3585)

Resolves https://github.com/nix-community/home-manager/issues/3584
This commit is contained in:
stephaneyfx 2023-01-10 02:57:38 -06:00 committed by GitHub
parent b0a3689878
commit 950aace44e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.")