feat(steveej-x13s and treewide): get most recent libcamera with fixes
This commit is contained in:
parent
9d2311bcac
commit
c8509fbf7b
13 changed files with 308 additions and 271 deletions
|
@ -13,9 +13,27 @@
|
|||
nixpkgs.config = {
|
||||
allowBroken = false;
|
||||
allowUnfree = true;
|
||||
allowUnsupportedSystem = true;
|
||||
|
||||
allowInsecurePredicate = pkg:
|
||||
builtins.elem (lib.getName pkg) [
|
||||
"electron-28.3.3"
|
||||
"electron-27.3.11"
|
||||
"electron"
|
||||
];
|
||||
|
||||
permittedInsecurePackages = [
|
||||
"electron-28.3.3"
|
||||
"electron-27.3.11"
|
||||
"electron"
|
||||
];
|
||||
|
||||
allowUnfreePredicate = pkg:
|
||||
builtins.elem (lib.getName pkg) [
|
||||
"obsidian"
|
||||
"vivaldi"
|
||||
"aspell-dict-en-science"
|
||||
];
|
||||
};
|
||||
|
||||
home.keyboard = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue