mirror of
https://codeberg.org/privacy1st/nix-git
synced 2024-11-22 22:09:34 +01:00
gnome nautilus config
This commit is contained in:
parent
b11612e3ff
commit
0f8f88f3b3
@ -11,6 +11,16 @@
|
|||||||
programs.dconf.enable = true;
|
programs.dconf.enable = true;
|
||||||
|
|
||||||
home-manager.users.yoda = { osConfig, config, pkgs, ... }: {
|
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.enable = true;
|
||||||
programs.gnome-terminal.profile."74b90a31-5123-4a64-91a3-3cb31eb5cdb6" = {
|
programs.gnome-terminal.profile."74b90a31-5123-4a64-91a3-3cb31eb5cdb6" = {
|
||||||
default = true;
|
default = true;
|
||||||
|
Loading…
Reference in New Issue
Block a user