Files
dotfiles/nixos/ryu/programs/default.nix
2025-05-20 16:48:21 +05:30

10 lines
62 B
Nix

{
pkgs,
lib,
...
}: {
imports = [
./nh.nix
];
}