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