gnome: custom logo menu + dconf defaults

- Patch Logo Menu v38 to custom entries incl. Containers (DistroShelf)\n- Switch GNOME defaults to programs.dconf profile\n- Add desktop overrides for Thunar->Files and Ghostty->Terminal\n- Enable Thunar integration (gvfs/tumbler/xfconf) and add virt-manager tooling
This commit is contained in:
randogoth 2026-02-03 22:02:35 +02:00
parent c930b2a6bb
commit c299acb87d
5 changed files with 134 additions and 49 deletions

View file

@ -65,20 +65,20 @@
home.packages = with pkgs; [
# decibels # default GNOME audio player
gnome-calendar # default GNOME calendar
gnome-calendar # default GNOME calendar
# gnome-contacts # default GNOME contacts
firefox # Mozilla web browser
firefox # Mozilla web browser
# google-chrome # web browser from Google
# chromium # open source web browser from Google
# brave # privacy oriented web browser
# opera # fast alternative web browser
# vivaldi # powerful and personal web browser
thunderbird # full-featured Mozilla e-mail client
thunderbird # full-featured Mozilla e-mail client
# geary # default GNOME email client
ptyxis # container aware GNOME terminal
# ptyxis # container aware GNOME terminal
# alacritty # GPU accelerated terminal emulator
# kitty # GPU accelerated terminal emulator
@ -113,9 +113,8 @@
# you can change the default terminal and editor here
TERMINAL = "${pkgs.ghostty}/bin/ghostty";
DEFAULT_TERMINAL = "${pkgs.ghostty}/bin/ghostty";
EDITOR = "${pkgs.micro}/bin/micro";
EDITOR = "micro";
DBX_CONTAINER_HOME_PREFIX = "$HOME/distrobox";
GDK_BACKEND = "x11 virt-manager"
};
}