2023-09-29 07:09:58 +02:00
|
|
|
# Generated via dconf2nix: https://github.com/gvolpe/dconf2nix
|
2024-01-05 08:17:13 +01:00
|
|
|
{ lib, hostname, username, ... }: {
|
2025-01-05 23:06:45 +01:00
|
|
|
imports = [
|
|
|
|
./gnome-dconf.nix
|
|
|
|
];
|
|
|
|
programs.bash.sessionVariables = {
|
|
|
|
DISABLE_TMUX = "true";
|
|
|
|
GTK_THEME = "Breeze"; # To set the firefox theme
|
|
|
|
};
|
|
|
|
programs.fish.shellInit = ''
|
|
|
|
set DISABLE_TMUX "true"
|
|
|
|
'';
|
|
|
|
|
|
|
|
}
|