mirror of
https://github.com/Death916/nixconfig.git
synced 2026-04-11 04:48:25 -07:00
firefox hm
This commit is contained in:
parent
bd6ed605a0
commit
87bd2c8675
1 changed files with 3 additions and 3 deletions
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue