diff options
Diffstat (limited to 'configuration.nix')
-rw-r--r-- | configuration.nix | 6 |
1 files 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 |