switch to starfish prompt

This commit is contained in:
notgne2 2022-11-02 20:36:45 -07:00
parent 1d317b21fb
commit cd6e8147ab
No known key found for this signature in database
5 changed files with 81 additions and 65 deletions

View file

@ -57,7 +57,12 @@ inputs: {
notify-desktop
];
home.sessionVariables = {TERM = "xterm-256color";};
programs.starship = {
enable = true;
settings = {
line_break.disabled = true;
};
};
programs.fish = {
enable = true;
@ -73,10 +78,6 @@ inputs: {
name = "done";
src = inputs.done;
}
{
name = "bobthefish";
src = inputs.bobthefish;
}
];
shellInit = ''
if not set -q NIX_PATH
@ -86,13 +87,9 @@ inputs: {
end
'';
interactiveShellInit = ''
set TERM xterm-256color
set -U __done_min_cmd_duration 2000
set -U fish_key_bindings fish_default_key_bindings
set -g theme_nerd_fonts yes
set -g theme_display_date no
eval (${pkgs.direnv}/bin/direnv hook fish)
'';

View file

@ -181,8 +181,14 @@ in {
enable = true;
events = [
{ event = "before-sleep"; command = "${lockCommand}"; }
{ event = "lock"; command = "${lockCommand}"; }
{
event = "before-sleep";
command = "${lockCommand}";
}
{
event = "lock";
command = "${lockCommand}";
}
];
timeouts = [
@ -217,7 +223,7 @@ in {
keybindings = let
modifier = config.wayland.windowManager.sway.config.modifier;
alphabet = ["Ctrl" "Alt" "Ctrl+Alt" ];
alphabet = ["Ctrl" "Alt" "Ctrl+Alt"];
genKeyAttrs = move:
lib.listToAttrs (
map

View file

@ -226,22 +226,22 @@ in {
};
ezcolors.baseColors = {
base00 = "22273b";
base01 = "414f60";
base02 = "5a8380";
base03 = "6e6f72";
base04 = "87888b";
base05 = "a4a6a9";
base06 = "c7c9cd";
base07 = "8dbdaa";
base08 = "777abc";
base09 = "94929e";
base0A = "4f9062";
base0B = "6562a8";
base0C = "226f68";
base0D = "4d6bb6";
base0E = "716cae";
base0F = "8c70a7";
base00 = "0b1c2c";
base01 = "223b54";
base02 = "405c79";
base03 = "627e99";
base04 = "aabcce";
base05 = "cbd6e2";
base06 = "e5ebf1";
base07 = "f7f9fb";
base08 = "bf8b56";
base09 = "bfbf56";
base0A = "8bbf56";
base0B = "56bf8b";
base0C = "568bbf";
base0D = "8b56bf";
base0E = "bf568b";
base0F = "bf5656";
};
home.sessionVariables = {