7 lines
98 B
Nix
7 lines
98 B
Nix
{ ... }: {
|
|
imports = [
|
|
../system/firefox/default.nix
|
|
../system/astal/default.nix
|
|
];
|
|
}
|