hmm
This commit is contained in:
parent
b69972cb03
commit
9b0cff715f
9 changed files with 51 additions and 14 deletions
8
home-manager/luna/categories/cli/atuin.nix
Normal file
8
home-manager/luna/categories/cli/atuin.nix
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
{pkgs, ...}: {
|
||||
programs.atuin = {
|
||||
enable = true;
|
||||
settings = {
|
||||
search_mode = "fuzzy";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
@ -1,6 +1,7 @@
|
|||
{pkgs, ...}: {
|
||||
imports = [
|
||||
./zsh
|
||||
./atuin.nix
|
||||
./gh.nix
|
||||
./git.nix
|
||||
./oh-my-posh.nix
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
{...}: {
|
||||
{pkgs, ...}: {
|
||||
imports = [
|
||||
./alacritty.nix
|
||||
./fonts.nix
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue