520 current 2024-05-02 21:33:45 24.05.20240427.58a1abd 6.8.6-zen1 *
This commit is contained in:
parent
7a290e9f13
commit
e21595c7ee
2 changed files with 8 additions and 0 deletions
|
|
@ -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 = {
|
||||||
|
|
|
||||||
|
|
@ -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";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue