Files
dotnix/config/desktop/web/default.nix
T
2026-07-04 05:01:54 +02:00

7 lines
66 B
Nix

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