Compare commits
No commits in common. "f151b3deb1b3e8a4d1f13706f754ac5ebb77d29c" and "1e3bbe954ef5319ce3e1d096c9ce2f9fe4eb44d3" have entirely different histories.
f151b3deb1
...
1e3bbe954e
|
@ -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;
|
||||||
|
|
7
system/home/shell/fish.nix
Normal file
7
system/home/shell/fish.nix
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
{ ... }:
|
||||||
|
{
|
||||||
|
programs.fish = {
|
||||||
|
enable = true;
|
||||||
|
interactiveShellInit = "enable_transience";
|
||||||
|
};
|
||||||
|
}
|
|
@ -1,5 +1,6 @@
|
||||||
{ ... }:
|
{ ... }:
|
||||||
{
|
{
|
||||||
|
programs.fish.interactiveShellInit = "enable_transience";
|
||||||
programs.starship = {
|
programs.starship = {
|
||||||
enable = true;
|
enable = true;
|
||||||
enableTransience = true;
|
enableTransience = true;
|
||||||
|
|
Loading…
Reference in a new issue