mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-11-15 12:54:15 +01:00
13 lines
128 B
Nix
13 lines
128 B
Nix
|
{
|
||
|
imports = [
|
||
|
./feh
|
||
|
./kitty
|
||
|
./librewolf
|
||
|
./mpv
|
||
|
./piper
|
||
|
./qutebrowser
|
||
|
./thunar
|
||
|
./zathura
|
||
|
];
|
||
|
}
|