mirror of
https://github.com/traxys/Nixfiles.git
synced 2026-02-14 03:10:19 +01:00
Revert "minimal: Make starship async"
This reverts commit 3aa2159a624305af0283d57ea377eb362cbda98e.
This commit is contained in:
parent
ebdee896e6
commit
39e85f3bd3
3 changed files with 1 additions and 33 deletions
17
flake.lock
generated
17
flake.lock
generated
|
|
@ -106,22 +106,6 @@
|
|||
"type": "github"
|
||||
}
|
||||
},
|
||||
"fish-async-prompt": {
|
||||
"flake": false,
|
||||
"locked": {
|
||||
"lastModified": 1707036484,
|
||||
"narHash": "sha256-J7y3BjqwuEH4zDQe4cWylLn+Vn2Q5pv0XwOSPwhw/Z0=",
|
||||
"owner": "acomagu",
|
||||
"repo": "fish-async-prompt",
|
||||
"rev": "316aa03c875b58e7c7f7d3bc9a78175aa47dbaa8",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
"owner": "acomagu",
|
||||
"repo": "fish-async-prompt",
|
||||
"type": "github"
|
||||
}
|
||||
},
|
||||
"flake-compat": {
|
||||
"flake": false,
|
||||
"locked": {
|
||||
|
|
@ -1367,7 +1351,6 @@
|
|||
"comma": "comma",
|
||||
"diagram.nvim": "diagram.nvim",
|
||||
"fioul": "fioul",
|
||||
"fish-async-prompt": "fish-async-prompt",
|
||||
"flake-parts": "flake-parts",
|
||||
"flake-root": "flake-root",
|
||||
"glaurung": "glaurung",
|
||||
|
|
|
|||
|
|
@ -78,11 +78,6 @@
|
|||
};
|
||||
fioul.url = "github:traxys/fioul";
|
||||
|
||||
fish-async-prompt = {
|
||||
url = "github:acomagu/fish-async-prompt";
|
||||
flake = false;
|
||||
};
|
||||
|
||||
nixvim = {
|
||||
url = "github:nix-community/nixvim";
|
||||
#url = "/home/traxys/Documents/nixvim";
|
||||
|
|
|
|||
|
|
@ -165,13 +165,12 @@
|
|||
|
||||
programs.starship = {
|
||||
enable = true;
|
||||
enableFishIntegration = false;
|
||||
enableFishIntegration = true;
|
||||
settings =
|
||||
let
|
||||
background = "#3e3e3e";
|
||||
in
|
||||
{
|
||||
command_timeout = 3000;
|
||||
add_newline = true;
|
||||
|
||||
format = lib.concatStrings [
|
||||
|
|
@ -299,13 +298,6 @@
|
|||
programs.fish = {
|
||||
enable = true;
|
||||
|
||||
plugins = [
|
||||
{
|
||||
name = "fish-async-prompt";
|
||||
src = inputs.fish-async-prompt;
|
||||
}
|
||||
];
|
||||
|
||||
functions = {
|
||||
fish_greeting = ''
|
||||
${pkgs.fortune}/bin/fortune \
|
||||
|
|
@ -392,8 +384,6 @@
|
|||
if status is-login
|
||||
keychain --eval $SSH_KEYS_TO_AUTOLOAD | source
|
||||
end
|
||||
|
||||
starship init fish | source
|
||||
'';
|
||||
|
||||
shellAliases = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue