Files
nixos/modules/system.nix
T
2025-05-15 13:50:58 -05:00

6 lines
66 B
Nix

{ ... }: {
imports = [
../system/firefox/default.nix
];
}