added nix-alien
This commit is contained in:
parent
ce6cc745b7
commit
1e1449f37e
4 changed files with 142 additions and 7 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue