This commit is contained in:
Sean Kovacs 2025-12-08 12:18:05 -05:00
commit 7e17ef312d
Signed by: sckova
GPG key ID: 00F325187C68651A
8 changed files with 119 additions and 93 deletions

View file

@ -83,6 +83,9 @@
cache.enable = true;
};
programs.nix-ld.enable = true;
programs.nix-ld.libraries = with pkgs; [ ];
networking.networkmanager.enable = true;
hardware.bluetooth.enable = true;