forked from extern/nix-config
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 = [
|
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
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user