Files
nixos/modules/system.nix
T
2025-05-15 13:53:44 -05:00

7 lines
98 B
Nix

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