# Generated via dconf2nix: https://github.com/gvolpe/dconf2nix { ... }: { imports = [ ./dconf.nix ../../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" ''; }