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; }; };