NixOS-Config/nixos/desktop/package-configs/default.nix

13 lines
94 B
Nix

{
inputs,
outputs,
lib,
config,
pkgs,
...
}: {
imports = [
./firefox
];
}