added nix-alien

This commit is contained in:
twoneis 2025-01-08 20:40:38 +01:00
parent ce6cc745b7
commit 1e1449f37e
4 changed files with 142 additions and 7 deletions

View file

@ -22,6 +22,13 @@ in {
jack.enable = mkForce false;
};
# Run statically linked and more
environment.systemPackages = with pkgs; [
nix-alien
];
programs.nix-ld.enable = true;
# Bluetooth
hardware.bluetooth = {
enable = true;