alqueva/computers/shared/default.nix
2024-10-16 08:55:04 +01:00

5 lines
45 B
Nix

{...}: {
imports = [
./fish.nix
];
}