16 lines
165 B
Nix
16 lines
165 B
Nix
{
|
|
pkgs,
|
|
lib,
|
|
...
|
|
}:
|
|
{
|
|
imports = [
|
|
./goread.nix
|
|
./hyprpaper.nix
|
|
# ./aichat.nix
|
|
./tuifeed.nix
|
|
#./ghostty.nix
|
|
# ./sketchybar.nix
|
|
];
|
|
}
|