1
0
Fork 0
mirror of https://github.com/nix-community/home-manager.git synced 2025-11-08 19:46:05 +01:00

autotiling: update maintainer entry

Point to nixpkgs so we can remove the home manager entry.

Signed-off-by: Austin Horstman <khaneliman12@gmail.com>
This commit is contained in:
Austin Horstman 2025-10-12 17:26:05 -05:00
parent 175bf8ce19
commit 4d64989b8c

View file

@ -15,7 +15,7 @@ let
in
{
meta.maintainers = [ lib.hm.maintainers.swarsel ];
meta.maintainers = [ lib.maintainers.swarsel ];
options.services.autotiling = {
enable = lib.mkEnableOption "enable autotiling service";