Files
2026-07-04 03:55:53 +02:00

7 lines
66 B
Nix

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