Compare commits

..

No commits in common. "f151b3deb1b3e8a4d1f13706f754ac5ebb77d29c" and "1e3bbe954ef5319ce3e1d096c9ce2f9fe4eb44d3" have entirely different histories.

3 changed files with 9 additions and 1 deletions

View file

@ -13,7 +13,7 @@
profiles.onelight = { profiles.onelight = {
name = "One-Light"; name = "One-Light";
colorScheme = "onelight"; colorScheme = "onelight";
command = "${config.programs.fish.package}/bin/fish"; command = "${config.programs.fish}/bin/fish";
font = { font = {
name = fonts.monospace.name; name = fonts.monospace.name;
size = fonts.sizes.terminal; size = fonts.sizes.terminal;

View file

@ -0,0 +1,7 @@
{ ... }:
{
programs.fish = {
enable = true;
interactiveShellInit = "enable_transience";
};
}

View file

@ -1,5 +1,6 @@
{ ... }: { ... }:
{ {
programs.fish.interactiveShellInit = "enable_transience";
programs.starship = { programs.starship = {
enable = true; enable = true;
enableTransience = true; enableTransience = true;