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 yt-dlp
zsh-powerlevel10k zsh-powerlevel10k
meslo-lgs-nf meslo-lgs-nf
nekoray
python313Full python313Full
distrobox distrobox
scrcpy scrcpy
sops
android-tools android-tools
linux-wifi-hotspot linux-wifi-hotspot
nmap nmap
+2
View File
@@ -19,6 +19,7 @@
prismlauncher prismlauncher
kdePackages.kcalc kdePackages.kcalc
krita krita
nextcloud-client
nicotine-plus nicotine-plus
qbittorrent qbittorrent
qsstv qsstv
@@ -29,5 +30,6 @@
bottles bottles
wl-kbptr wl-kbptr
brave brave
heroic
]; ];
} }
+3
View File
@@ -1,4 +1,7 @@
{ ... }: { ... }:
{ {
virtualisation.waydroid.enable = true; 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.enable = true; # enables support for Bluetooth
hardware.bluetooth.powerOnBoot = true; # powers up the default Bluetooth controller on boot hardware.bluetooth.powerOnBoot = true; # powers up the default Bluetooth controller on boot
services.lact = {
enable = true;
};
nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux"; nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux";
hardware.cpu.amd.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware; hardware.cpu.amd.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware;
system.stateVersion = "25.11"; system.stateVersion = "25.11";
View File
View File