Files
nixos-config/modules/home/fish/config.nix
2025-10-27 23:10:11 +09:00

8 lines
72 B
Nix

{ pkgs, ... }:
{
imports = [
./env.nix
./functions.nix
];
}