From 0f8f88f3b3ea2ae304858f3610bf75e8341d4652 Mon Sep 17 00:00:00 2001 From: Daniel Langbein Date: Mon, 6 Nov 2023 12:24:04 +0100 Subject: [PATCH] gnome nautilus config --- modules/gnome-config.nix | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/modules/gnome-config.nix b/modules/gnome-config.nix index 15a1cd8..0508ed0 100644 --- a/modules/gnome-config.nix +++ b/modules/gnome-config.nix @@ -11,6 +11,16 @@ programs.dconf.enable = true; home-manager.users.yoda = { osConfig, config, pkgs, ... }: { + home.file = { + # Templates to create new Files with Nautilus. + # 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/ + "Templates/new".text = ""; + "Templates/new.md".text = ""; + "Templates/new.txt".text = ""; + }; + programs.gnome-terminal.enable = true; programs.gnome-terminal.profile."74b90a31-5123-4a64-91a3-3cb31eb5cdb6" = { default = true;