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; {
imports = [
./direnv.nix
./fzf.nix
./git.nix
./lf.nix
./lsd.nix
./starship.nix
./tmux.nix
./zsh.nix
./btop.nix
./zoxide.nix
./ssh.nix
./bat.nix
./tldr.nix
./direnv
./fzf
./git
./lf
./lsd
./starship
./tmux
./zsh
./btop
./zoxide
./ssh
./bat
./tldr
];
programs = {