mirror of
https://github.com/librephoenix/nixos-config
synced 2025-10-19 01:54:02 +05:30
Comment about declarative godot config
This commit is contained in:
parent
63f4f88e1f
commit
2d490d087d
1 changed files with 5 additions and 0 deletions
|
@ -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]
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue