diff --git a/nixos/packages/default.pkgs.nix b/nixos/packages/default.pkgs.nix index 260872a..621816d 100644 --- a/nixos/packages/default.pkgs.nix +++ b/nixos/packages/default.pkgs.nix @@ -24,6 +24,8 @@ with pkgs; tmux starship deprekages._7zz + gnused + gnugrep # Backup things. keepassxc @@ -255,5 +257,6 @@ with pkgs; ethtool ] else - [ ] + [ + ] )