gnome nautilus config

This commit is contained in:
Daniel Langbein 2023-11-06 12:24:04 +01:00
parent b11612e3ff
commit 0f8f88f3b3
Signed by: langfingaz
GPG Key ID: 6C47C753F0823002

View File

@ -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;