add packages, renpy, jellyfin-desktop, rm script
This commit is contained in:
@@ -18,6 +18,10 @@
|
||||
"flakes"
|
||||
];
|
||||
|
||||
nixpkgs.config.permittedInsecurePackages = [
|
||||
"python3.12-ecdsa-0.19.1" # I'm sure this is fine (just don't use python for anything important like usual)
|
||||
];
|
||||
|
||||
i18n.extraLocaleSettings = {
|
||||
LC_ADDRESS = "en_US.UTF-8";
|
||||
LC_IDENTIFICATION = "en_US.UTF-8";
|
||||
|
||||
@@ -33,6 +33,8 @@
|
||||
usbutils
|
||||
python313Packages.nomadnet
|
||||
screen
|
||||
jellyfin-desktop
|
||||
renpy
|
||||
];
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user