From b6a66eaa4dd18069dfbc3736fb49832d45404f9c Mon Sep 17 00:00:00 2001 From: Jonas Hahn Date: Fri, 14 Nov 2025 16:24:26 +0100 Subject: [PATCH] auto up 16:24:24 up 1:02, 2 users, load average: 0.54, 0.27, 0.10 --- modules/essential.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/essential.nix b/modules/essential.nix index 8d90984..e6e2f54 100644 --- a/modules/essential.nix +++ b/modules/essential.nix @@ -44,7 +44,7 @@ services.avahi.nssmdns4 = true; environment = { - systemPackages = with pkgs; [ yazi tmux git starship zoxide rsync rclone neovim alacritty gtk4.dev ]; + systemPackages = with pkgs; [ yazi tmux git starship zoxide rsync xorg.libX11.dev rclone neovim alacritty gtk4.dev ]; }; nix.optimise.automatic = true; @@ -52,7 +52,7 @@ nix.gc = { automatic = true; dates = "weekly"; - options = "--delete-older-than 7d"; # Two weeks cache then forget + options = "--delete-older-than 14d"; # Two weeks cache then forget }; networking = { networkmanager = { enable = true; }; };