mirror of
https://github.com/TheWanderingCrow/CrOS.git
synced 2026-03-22 22:11:31 -04:00
8 lines
151 B
Nix
8 lines
151 B
Nix
{...}: {
|
|
imports = [
|
|
common/core
|
|
common/optional/desktops/niri.nix
|
|
common/optional/browsers/firefox.nix
|
|
common/optional/comms
|
|
];
|
|
}
|