mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-11-25 17:53:17 +01:00
nix: Sort imports alphabetically
This commit is contained in:
parent
47b5ac0d7d
commit
b94c99d67a
@ -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
|
||||
];
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user