This commit is contained in:
Emmet
2025-04-18 09:58:07 -05:00
parent 7c59e8ba92
commit 34d644aff0

View File

@ -5,7 +5,7 @@ let
in in
{ {
options = { options = {
systemSettings.gnome = { userSettings.gnome = {
enable = lib.mkEnableOption "Enable gnome config"; enable = lib.mkEnableOption "Enable gnome config";
}; };
}; };