From f792b822d8f9e2b5345e3c2343593ba2feb76029 Mon Sep 17 00:00:00 2001 From: sinanmohd Date: Tue, 27 Jun 2023 20:17:35 +0530 Subject: pkgs: add file, tmux, openssl, and git to systemPackages --- configuration.nix | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/configuration.nix b/configuration.nix index 0fdcc54..934f0d2 100644 --- a/configuration.nix +++ b/configuration.nix @@ -24,8 +24,6 @@ isNormalUser = true; extraGroups = [ "wheel" ]; # Enable ‘sudo’ for the user. packages = with pkgs; [ - git - tmux w3m neofetch ]; @@ -34,6 +32,10 @@ # system environment.systemPackages = with pkgs; [ + tmux + file + openssl + git htop curl neovim -- cgit v1.2.3