diff --git a/modules/gnome-config.nix b/modules/gnome-config.nix index 9b12d70..f369493 100644 --- a/modules/gnome-config.nix +++ b/modules/gnome-config.nix @@ -29,6 +29,11 @@ # It is also possible to group them by category # and to add zip files as templates for new folders: # https://www.reddit.com/r/gnome/comments/11tz0aw/comment/jclkzld/ + # + # TODO: + # home-manager creates these files read-only. + # If a new file is created in GNOME files, then it will be read-only as well ... + # There is no `.mode = "0644"` option for the home.file. module. "Templates/new".text = ""; "Templates/new.md".text = ""; "Templates/new.txt".text = "";