some fixes

This commit is contained in:
pazpi 2024-09-11 22:49:56 +02:00
parent 5c236b5c33
commit 8df20a270a
No known key found for this signature in database
GPG key ID: 0942571C4B9966BE
2 changed files with 3 additions and 3 deletions

View file

@ -1,9 +1,9 @@
{ config, lib, ... }:
let
cfg = config.my.utils.i18n;
cfg = config.my.desktop.utils.i18n;
in
{
options.my.utils.i18n = {
options.my.desktop.utils.i18n = {
enable = lib.mkEnableOption "Enable internationalization and localization";
};