nix-community / home-manager

Manage a user environment using Nix [maintainer=@rycee]
https://nix-community.github.io/home-manager/
MIT License
7.13k stars 1.84k forks source link

swaylock: allow setting `package = null` #6095

Closed rcerc closed 4 days ago

rcerc commented 5 days ago

Description

This fixes #6090.

Checklist

Maintainer CC

rycee commented 4 days ago

I would prefer not allowing null values for the package options, only in exceptional cases. Allowing null values for some packages but not others just make things confusing for users.