removed system_tools

This commit is contained in:
2025-11-10 09:59:40 -05:00
parent de9348432c
commit e99cd8e54a
5 changed files with 10 additions and 14 deletions

View File

@@ -1,4 +1,4 @@
{ pkgs, inputs, ... }:
{ pkgs, ... }:
{
home.packages = with pkgs; [
# cli

View File

@@ -1,4 +1,4 @@
{ pkgs, inputs, ... }:
{ pkgs, ... }:
{
home.packages = with pkgs; [
# cli
@@ -58,6 +58,5 @@
nix-tree
nixfmt-rfc-style
treefmt
inputs.system_tools.packages.x86_64-linux.default
];
}