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
+1 -1
View File
@@ -58,10 +58,10 @@ in
yt-dlp
zsh-powerlevel10k
meslo-lgs-nf
nekoray
python313Full
distrobox
scrcpy
sops
android-tools
linux-wifi-hotspot
nmap
+2
View File
@@ -19,6 +19,7 @@
prismlauncher
kdePackages.kcalc
krita
nextcloud-client
nicotine-plus
qbittorrent
qsstv
@@ -29,5 +30,6 @@
bottles
wl-kbptr
brave
heroic
];
}
+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";
View File
View File