1
0
forked from extern/nix-config

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 = [ imports = [
./feh
./kitty
./librewolf
./mpv
./piper
./qutebrowser
./thunar
./zathura
./fish-starship
./git
./gpg
./ncmpcpp
./neovim
./joshuto
./dual-function-keys ./dual-function-keys
./dunst ./dunst
./fcitx5-mozc ./fcitx5-mozc
./feh
./fish-starship
./fonts ./fonts
./git
./gpg
./hyprland ./hyprland
./joshuto
./kitty
./librewolf
./mpv
./ncmpcpp
./neovim
./piper
./pipewire ./pipewire
./qutebrowser
./rofi ./rofi
./stylix ./stylix
./swaylock ./swaylock
./thunar
./waybar ./waybar
./xdg-user-dirs ./xdg-user-dirs
./zathura
]; ];
} }