This commit is contained in:
LunarAkai 2025-03-29 13:48:46 +01:00
commit 9b0cff715f
9 changed files with 51 additions and 14 deletions

View file

@ -0,0 +1,8 @@
{pkgs, ...}: {
programs.atuin = {
enable = true;
settings = {
search_mode = "fuzzy";
};
};
}

View file

@ -1,6 +1,7 @@
{pkgs, ...}: {
imports = [
./zsh
./atuin.nix
./gh.nix
./git.nix
./oh-my-posh.nix

View file

@ -1,4 +1,4 @@
{...}: {
{pkgs, ...}: {
imports = [
./alacritty.nix
./fonts.nix