home: fzf -> atuin
This commit is contained in:
parent
9fc99260d1
commit
720e290be2
2 changed files with 2 additions and 24 deletions
|
|
@ -15,23 +15,6 @@
|
|||
};
|
||||
};
|
||||
|
||||
fzf.colors = {
|
||||
"fg" = "#908caa";
|
||||
"bg" = "#191724";
|
||||
"hl" = "#ebbcba";
|
||||
"fg+" = "#e0def4";
|
||||
"bg+" = "#26233a";
|
||||
"hl+" = "#ebbcba";
|
||||
"border" = "#403d52";
|
||||
"header" = "#31748f";
|
||||
"gutter" = "#191724";
|
||||
"spinner" = "#f6c177";
|
||||
"info" = "#9ccfd8";
|
||||
"pointer" = "#c4a7e7";
|
||||
"marker" = "#eb6f92";
|
||||
"prompt" = "#908caa";
|
||||
};
|
||||
|
||||
ghostty.settings.theme = "rose-pine";
|
||||
|
||||
helix.settings.theme = "rose_pine";
|
||||
|
|
|
|||
|
|
@ -16,6 +16,8 @@
|
|||
};
|
||||
|
||||
programs = {
|
||||
atuin.enable = true;
|
||||
|
||||
direnv = {
|
||||
enable = true;
|
||||
nix-direnv.enable = true;
|
||||
|
|
@ -30,13 +32,6 @@
|
|||
git = true;
|
||||
};
|
||||
|
||||
fzf = {
|
||||
enable = true;
|
||||
defaultCommand = "fd --type f --strip-cwd-prefix --hidden --follow --exclude .git";
|
||||
fileWidgetCommand = "fd --type f --strip-cwd-prefix --hidden --follow --exclude .git";
|
||||
fileWidgetOptions = [ "--preview 'bat --color=always {}'" ];
|
||||
};
|
||||
|
||||
fd.enable = true;
|
||||
|
||||
ripgrep = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue