From adc8ab055a5c3c5f0f6a4a34600bb50ae6cec23a Mon Sep 17 00:00:00 2001 From: Christoph Schmatzler Date: Sun, 4 Jan 2026 19:32:55 +0000 Subject: [PATCH] remove other stuff --- hosts/tahani/default.nix | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/hosts/tahani/default.nix b/hosts/tahani/default.nix index 0a344f2..5e88670 100644 --- a/hosts/tahani/default.nix +++ b/hosts/tahani/default.nix @@ -1,6 +1,5 @@ { inputs, - pkgs, user, hostname, ... @@ -44,11 +43,6 @@ ../../profiles/zsh.nix ]; - home.packages = [ - inputs.llm-agents.packages.${pkgs.stdenv.hostPlatform.system}.amp - inputs.llm-agents.packages.${pkgs.stdenv.hostPlatform.system}.beads - ]; - programs.git.settings.user.email = "christoph@schmatzler.com"; }; @@ -57,7 +51,7 @@ swapDevices = [ { device = "/swapfile"; - size = 16 * 1024; # 16GB + size = 16 * 1024; } ];