mirror of
https://github.com/nix-community/home-manager
synced 2024-11-23 03:29:45 +01:00
i3: Do not set i3 package (#3585)
Resolves https://github.com/nix-community/home-manager/issues/3584
This commit is contained in:
parent
b0a3689878
commit
950aace44e
1 changed files with 0 additions and 2 deletions
|
@ -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.")
|
||||
|
|
Loading…
Reference in a new issue