firefox hm

This commit is contained in:
death916 2026-01-17 04:59:40 -08:00
parent bd6ed605a0
commit 87bd2c8675

View file

@ -134,7 +134,7 @@ in
conda = {
truncation_length = 1;
format = ''[$symbol$environment]($style) '';
format = "[$symbol$environment]($style) ";
symbol = " ";
style = "green bold";
ignore_base = false;
@ -154,7 +154,7 @@ in
disabled = false;
};
format = ''$nix_shell$directory $git_branch $conda$env_var$time$cmd_duration$status$character'';
format = "$nix_shell$directory $git_branch $conda$env_var$time$cmd_duration$status$character";
};
};
@ -162,7 +162,7 @@ in
enable = true;
package = pkgs.emacs;
};
programs.firefox.enable = true;
programs.alacritty = {
enable = true;
settings = {