nix/home-manager/common/desktops/gnome/default.nix
2025-01-06 13:12:00 -08:00

16 lines
383 B
Nix

# Generated via dconf2nix: https://github.com/gvolpe/dconf2nix
{ ... }: {
imports = [
./dconf.nix
# TODO Re-eanble this when in hm 24.11
# ../../software/gui/ghostty.nix
];
programs.bash.sessionVariables = {
DISABLE_TMUX = "true";
GTK_THEME = "Breeze"; # To set the firefox theme
};
programs.fish.shellInit = ''
set DISABLE_TMUX "true"
'';
}