formatting
This commit is contained in:
parent
0fdc1b1c9c
commit
9d8b0a8e5a
3 changed files with 43 additions and 41 deletions
|
|
@ -20,10 +20,12 @@
|
|||
# mobile-nixos needs aliases (uses nettools instead of net-tools)
|
||||
nixpkgs.config.allowAliases = true;
|
||||
|
||||
nixpkgs.config.allowUnfreePredicate = pkg: builtins.elem (lib.getName pkg) [
|
||||
"oneplus-sdm845-firmware-zstd"
|
||||
"oneplus-sdm845-firmware"
|
||||
];
|
||||
nixpkgs.config.allowUnfreePredicate =
|
||||
pkg:
|
||||
builtins.elem (lib.getName pkg) [
|
||||
"oneplus-sdm845-firmware-zstd"
|
||||
"oneplus-sdm845-firmware"
|
||||
];
|
||||
|
||||
# Minimal essential packages
|
||||
environment.systemPackages = with pkgs; [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue