fix artemis config

This commit is contained in:
Osman Faruk Bayram 2025-10-22 21:20:19 +03:00
parent 533b197825
commit ec2587216c

View file

@ -1,12 +1,11 @@
{
config,
lib,
inputs,
pkgs,
...
}:
{
imports = [
(import "${mobile-nixos}/lib/configuration.nix" { device = "oneplus-enchilada"; })
(import "${inputs.mobile-nixos}/lib/configuration.nix" { device = "oneplus-enchilada"; })
];
# Allow unfree packages (needed for OnePlus firmware)
@ -73,4 +72,6 @@
];
system.stateVersion = "25.11";
# set platform to aarch64-linux
nixpkgs.system = "aarch64-linux";
}