forked from extern/nix-config
chore: Update packages
Trying out sqlcipher since it's supposed to be like SQLite but encrypted.
This commit is contained in:
parent
77b1715c2f
commit
d9da12efe7
@ -19,6 +19,7 @@
|
|||||||
gimp
|
gimp
|
||||||
anki
|
anki
|
||||||
sqlitebrowser
|
sqlitebrowser
|
||||||
|
sqlcipher
|
||||||
kanjidraw
|
kanjidraw
|
||||||
libreoffice
|
libreoffice
|
||||||
inkscape
|
inkscape
|
||||||
@ -126,7 +127,7 @@
|
|||||||
];
|
];
|
||||||
|
|
||||||
nixpkgs.config.allowUnfreePredicate = pkg: builtins.elem (lib.getName pkg) [
|
nixpkgs.config.allowUnfreePredicate = pkg: builtins.elem (lib.getName pkg) [
|
||||||
"osu-lazer-bin-2023.1229.0"
|
"osu-lazer-bin-2023.1231.0"
|
||||||
];
|
];
|
||||||
|
|
||||||
nixpkgs.config.permittedInsecurePackages = [
|
nixpkgs.config.permittedInsecurePackages = [
|
||||||
|
Loading…
Reference in New Issue
Block a user