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