feat(shell): declaratively set fish-shell theme colors
This commit is contained in:
parent
854cf9a5fc
commit
30c916dce3
1 changed files with 1 additions and 7 deletions
|
|
@ -2,16 +2,10 @@
|
||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
./alacritty.nix
|
./alacritty.nix
|
||||||
|
./fish.nix
|
||||||
./starship.nix
|
./starship.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
# Fish shell
|
|
||||||
|
|
||||||
programs.fish.enable = true;
|
|
||||||
# Disable greeting
|
|
||||||
programs.fish.interactiveShellInit =
|
|
||||||
"set -g fish_greeting";
|
|
||||||
|
|
||||||
# Eza - ls replacement
|
# Eza - ls replacement
|
||||||
|
|
||||||
programs.eza.enable = true;
|
programs.eza.enable = true;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue