commit before lockfile update
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -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;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -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";
|
||||||
|
|||||||
Reference in New Issue
Block a user