Files
dotfiles/modules/default.nix
uttarayan21 c959a3aea8
All checks were successful
Flake checker / Build Nix targets (push) Successful in 9m26s
chore: Formatting
2025-08-14 19:34:20 +05:30

15 lines
165 B
Nix

{
pkgs,
lib,
...
}: {
imports = [
./goread.nix
./hyprpaper.nix
# ./aichat.nix
./tuifeed.nix
#./ghostty.nix
# ./sketchybar.nix
];
}