nix: Sort imports alphabetically

This commit is contained in:
Donovan Glover 2023-06-08 17:26:21 -04:00
parent 47b5ac0d7d
commit b94c99d67a
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -1,33 +1,29 @@
{pkgs, ...}: let
VARIABLES = import ../src/variables.nix;
in {
{
imports = [
./feh
./kitty
./librewolf
./mpv
./piper
./qutebrowser
./thunar
./zathura
./fish-starship
./git
./gpg
./ncmpcpp
./neovim
./joshuto
./dual-function-keys
./dunst
./fcitx5-mozc
./feh
./fish-starship
./fonts
./git
./gpg
./hyprland
./joshuto
./kitty
./librewolf
./mpv
./ncmpcpp
./neovim
./piper
./pipewire
./qutebrowser
./rofi
./stylix
./swaylock
./thunar
./waybar
./xdg-user-dirs
./zathura
];
}