Skip to content

Commit

Permalink
Fix function name
Browse files Browse the repository at this point in the history
  • Loading branch information
FriedrichAltheide committed Nov 21, 2024
1 parent 8555372 commit 5056b7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/nixos/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -398,7 +398,7 @@ def run():
and gs.value("packagechooser_packagechooser") != ""
):
cfg += getCustomOrDefaultSnippet('misc')
cfg += getCustonOrDefaultSnippet('audio')
cfg += getCustomOrDefaultSnippet('audio')

if gs.value("username") is not None:
fullname = gs.value("fullname")
Expand Down

0 comments on commit 5056b7b

Please sign in to comment.