Files
dotnix/modules/web/default.nix
T
2026-07-04 04:46:11 +02:00

7 lines
66 B
Nix

{ config, pkgs, ... }:
{
imports = [
./librewolf.nix
];
}