mirror of
https://github.com/nix-community/home-manager
synced 2024-11-01 16:59:43 +01:00
1a0a5f5037
The default value for `xsession.windowManager.herbstluftwm.tags` is an empty list, but the config file uses `builtins.head` on it, which causes an error upon evaluation. With this change the tags configuration is skipped if the list is empty.
4 lines
122 B
Nix
4 lines
122 B
Nix
{
|
|
herbstluftwm-simple-config = ./herbstluftwm-simple-config.nix;
|
|
herbstluftwm-no-tags = ./herbstluftwm-no-tags.nix;
|
|
}
|