os/hosts/maoam/default.nix

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

13 lines
267 B
Nix
Raw Normal View History

2024-08-18 22:22:59 +00:00
{
flake,
pkgs,
...
}: {
2023-10-03 12:21:09 +00:00
imports = [
./configuration.nix
./hardware-configuration.nix
2024-08-18 22:22:59 +00:00
((import "${flake.inputs.mobile-nixos}/lib/configuration.nix") {device = "pine64-pinephone";})
2023-10-03 12:21:09 +00:00
"${flake.inputs.mobile-nixos}/examples/phosh/phosh.nix"
];
2023-09-12 18:11:29 +00:00
}