Files
dotfiles/modules/default.nix
uttarayan21 741cfc163e
Some checks failed
Flake checker / Build Nix targets (push) Has been cancelled
feat: Added netboot.xyz
2026-01-04 02:48:55 +05:30

15 lines
171 B
Nix

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