refactoring

This commit is contained in:
Patrick Neff 2024-03-10 16:19:33 +01:00
parent 587abb500a
commit 5aa96258b4
1 changed files with 13 additions and 13 deletions

View File

@ -1,18 +1,18 @@
{ lib, ... }: with lib; { { lib, ... }: with lib; {
imports = [ imports = [
./direnv.nix ./direnv
./fzf.nix ./fzf
./git.nix ./git
./lf.nix ./lf
./lsd.nix ./lsd
./starship.nix ./starship
./tmux.nix ./tmux
./zsh.nix ./zsh
./btop.nix ./btop
./zoxide.nix ./zoxide
./ssh.nix ./ssh
./bat.nix ./bat
./tldr.nix ./tldr
]; ];
programs = { programs = {