some plays, some updates

This commit is contained in:
2026-01-11 06:05:48 +03:00
parent b7f0075276
commit 2eb01e9603
19 changed files with 262 additions and 622 deletions
+1 -1
View File
@@ -3,7 +3,7 @@
{
nixpkgs.config.allowUnfree = true;
environment.systemPackages = with pkgs; [ kitty qbittorrent ];
environment.systemPackages = with pkgs; [ kitty qbittorrent ncdu ];
programs.ssh.startAgent = true;
services.gnome.gcr-ssh-agent.enable = lib.mkForce false;