21 lines
242 B
Nix
21 lines
242 B
Nix
{ ... }: {
|
|
imports = [
|
|
./easyeffects
|
|
./fastfetch
|
|
./foot
|
|
./gaming
|
|
./git
|
|
./librewolf
|
|
./mako
|
|
./mangohud
|
|
./misc
|
|
./mpv
|
|
./ncmpcpp
|
|
./neovim
|
|
./pcmanfm-qt
|
|
./ranger
|
|
./rofi
|
|
./tmux
|
|
];
|
|
}
|