Compare commits
2 commits
1e3bbe954e
...
f151b3deb1
Author | SHA1 | Date | |
---|---|---|---|
Evie Litherland-Smith | f151b3deb1 | ||
Evie Litherland-Smith | 624f347928 |
|
@ -13,7 +13,7 @@
|
|||
profiles.onelight = {
|
||||
name = "One-Light";
|
||||
colorScheme = "onelight";
|
||||
command = "${config.programs.fish}/bin/fish";
|
||||
command = "${config.programs.fish.package}/bin/fish";
|
||||
font = {
|
||||
name = fonts.monospace.name;
|
||||
size = fonts.sizes.terminal;
|
||||
|
|
|
@ -1,7 +0,0 @@
|
|||
{ ... }:
|
||||
{
|
||||
programs.fish = {
|
||||
enable = true;
|
||||
interactiveShellInit = "enable_transience";
|
||||
};
|
||||
}
|
|
@ -1,6 +1,5 @@
|
|||
{ ... }:
|
||||
{
|
||||
programs.fish.interactiveShellInit = "enable_transience";
|
||||
programs.starship = {
|
||||
enable = true;
|
||||
enableTransience = true;
|
||||
|
|
Loading…
Reference in a new issue