Comment about declarative godot config

This commit is contained in:
Emmet
2024-12-14 21:43:10 -06:00
parent 63f4f88e1f
commit 2d490d087d

View File

@ -3,6 +3,11 @@
home.packages = with pkgs; [ home.packages = with pkgs; [
godot_4 godot_4
]; ];
# ~/.config/godot must be owned by another user in order for this to work
# does not need to be recursively owned, however
# TODO fix other colors
home.file.".config/godot/editor_settings-4.3.tres".text = '' home.file.".config/godot/editor_settings-4.3.tres".text = ''
[gd_resource type="EditorSettings" format=3] [gd_resource type="EditorSettings" format=3]