520 current 2024-05-02 21:33:45 24.05.20240427.58a1abd 6.8.6-zen1 *

This commit is contained in:
zackartz 2024-05-02 21:33:57 -04:00
parent 7a290e9f13
commit e21595c7ee
No known key found for this signature in database
GPG key ID: 5B53E53A9A514DBA
2 changed files with 8 additions and 0 deletions

View file

@ -44,6 +44,12 @@
}; };
services.fstrim.enable = true; services.fstrim.enable = true;
services.mullvad-vpn.enable = true; services.mullvad-vpn.enable = true;
services.transmission = {
enable = true;
settings = {
download-dir = "${config.services.transmission.home}/dl";
};
};
# Bootloader. # Bootloader.
boot.loader.systemd-boot.enable = lib.mkForce false; boot.loader.systemd-boot.enable = lib.mkForce false;
@ -90,6 +96,7 @@
sbctl sbctl
vesktop vesktop
mangohud mangohud
transmission_4
]; ];
hardware.nvidia = { hardware.nvidia = {

View file

@ -29,6 +29,7 @@ with pkgs; {
kys = "shutdown now"; kys = "shutdown now";
gpl = "curl https://www.gnu.org/licenses/gpl-3.0.txt -o LICENSE"; gpl = "curl https://www.gnu.org/licenses/gpl-3.0.txt -o LICENSE";
agpl = "curl https://www.gnu.org/licenses/agpl-3.0.txt -o LICENSE"; agpl = "curl https://www.gnu.org/licenses/agpl-3.0.txt -o LICENSE";
tsm = "transmission-remote";
g = "git"; g = "git";
n = "nix"; n = "nix";
r = "rebuild"; r = "rebuild";