Reorder imports in default.nix

This commit is contained in:
panotaka
2023-12-05 23:39:59 -04:00
parent 1d3762e1f0
commit 1e39c51a67

View File

@@ -1,19 +1,19 @@
{ config, ... }:
{
imports = [
./nushell
./zsh
./fish
./common.nix
./starship.nix
./git.nix
./eza.nix
./atuin.nix
./autojump.nix
./bat.nix
./common.nix
./direnv.nix
./tldr.nix
./eza.nix
./fish
./git.nix
./nushell
./rmtrash.nix
./starship
./tldr.nix
./zsh
];
}