xdg-terminal-exec, gnome extensions

This commit is contained in:
js0ny 2025-12-12 04:42:59 +00:00
parent 67519f60db
commit 7d673e5a27
10 changed files with 76 additions and 27 deletions

View file

@ -117,7 +117,7 @@
};
home.sessionVariables = {
TERMINAL = config.my.desktop.preferredApps.terminal.package;
TERMINAL = "xdg-terminal-exec";
EDITOR = "nvim";
VISUAL = "nvim";
};
@ -128,10 +128,19 @@
home.stateVersion = "25.05";
# File manager(nautilus) / file chooser bookmarks
# File manager(nautilus) / file chooser bookmarks under GTK file dialogs
gtk.gtk3.bookmarks = [
"file:///home/js0ny/Academia Academia"
"file:///home/js0ny/Atelier Atelier"
"file:///home/js0ny/Downloads Downloads"
];
xdg.terminal-exec = {
enable = true;
settings = {
default = [
"kitty.desktop"
];
};
};
}