mirror of
https://github.com/nix-community/home-manager.git
synced 2025-12-05 08:31:03 +01:00
treewide: fix eval after Nixpkgs maintainer changes
This commit is contained in:
parent
180158b46e
commit
975b83ca56
7 changed files with 11 additions and 6 deletions
|
|
@ -14,7 +14,7 @@ let
|
|||
};
|
||||
in attrsOf confAtom;
|
||||
in {
|
||||
meta.maintainers = with maintainers; [ polykernel ];
|
||||
meta.maintainers = [ hm.maintainers.polykernel ];
|
||||
|
||||
options = {
|
||||
wayland.windowManager.sway.swaynag = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue