From 0bd2455ef42724ffbd4b6bee220a531c0fcbe37c Mon Sep 17 00:00:00 2001 From: Daniel Langbein Date: Tue, 15 Oct 2024 11:42:05 +0200 Subject: [PATCH] add todo --- modules/gnome-config.nix | 5 +++++ 1 file changed, 5 insertions(+) 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 = "";