commit before lockfile update

This commit is contained in:
yaroslav
2025-08-07 12:54:19 +03:00
parent b769473f34
commit bd0d3ee8d6
6 changed files with 10 additions and 1 deletions
+3
View File
@@ -1,4 +1,7 @@
{ ... }:
{
virtualisation.waydroid.enable = true;
services.flatpak.enable = true;
programs.nekoray.enable = true;
programs.nekoray.tunMode.enable = true;
}
+4
View File
@@ -68,6 +68,10 @@
hardware.bluetooth.enable = true; # enables support for Bluetooth
hardware.bluetooth.powerOnBoot = true; # powers up the default Bluetooth controller on boot
services.lact = {
enable = true;
};
nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux";
hardware.cpu.amd.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware;
system.stateVersion = "25.11";