From 60541b2f5abe3d63b6d6fdcd86492c2e17cc702c Mon Sep 17 00:00:00 2001 From: smayzy Date: Fri, 10 Oct 2025 11:43:43 +0200 Subject: [PATCH] basic utils --- configuration.nix | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/configuration.nix b/configuration.nix index 8df431a..b428b24 100644 --- a/configuration.nix +++ b/configuration.nix @@ -54,7 +54,6 @@ isNormalUser = true; description = "server1"; extraGroups = [ "networkmanager" "wheel" ]; - packages = with pkgs; []; }; home-manager = { @@ -68,6 +67,18 @@ vim git wget + tldr + tree + dig + btop + file + fastfetch + lf + tshark + nixfmt + usbutils + unzip + nixfmt-tree ]; system.stateVersion = "25.05";