forked from extern/nix-config
22 lines
240 B
Nix
22 lines
240 B
Nix
|
{
|
||
|
imports = [
|
||
|
./dunst
|
||
|
./editorconfig
|
||
|
./fcitx5
|
||
|
./feh
|
||
|
./git
|
||
|
./gtk
|
||
|
./kitty
|
||
|
./mpv
|
||
|
./ncmpcpp
|
||
|
./qutebrowser
|
||
|
./ranger
|
||
|
./rofi
|
||
|
./swaylock
|
||
|
./thunar
|
||
|
./tig
|
||
|
./waybar
|
||
|
./zathura
|
||
|
];
|
||
|
}
|