enable integrations and nix fmt

This commit is contained in:
cy 2024-12-23 02:30:20 -05:00
parent 7f4ccfa190
commit f73ada358b
4 changed files with 15 additions and 40 deletions

View file

@ -19,4 +19,9 @@
man
man-db
];
programs.zoxide.options = [ "--cmd cd" ];
programs.fzf.enable = true;
programs.zoxide.enable = true;
programs.eza.enable = true;
}