From cb779f9d356936ed4dc70c747d87ae4665492d73 Mon Sep 17 00:00:00 2001 From: Amneesh Singh Date: Wed, 18 Jan 2023 14:56:26 +0530 Subject: [PATCH] hosts/satori: remove unnecessary packages this was long due Signed-off-by: Amneesh Singh --- home/natto/pkgs.nix | 9 ++++++++- hosts/satori/pkgs.nix | 10 +--------- 2 files changed, 9 insertions(+), 10 deletions(-) diff --git a/home/natto/pkgs.nix b/home/natto/pkgs.nix index 430e227..aadc0fb 100644 --- a/home/natto/pkgs.nix +++ b/home/natto/pkgs.nix @@ -40,6 +40,8 @@ (flake.packages.${pkgs.system}.customscripts) translate-shell w3m + powertop + cachix # GUI utils (xfce.thunar.override { @@ -79,7 +81,7 @@ (flake.packages.${pkgs.system}.tlauncher) mangohud - # Dev shit + # Programming and dev stuff rust-analyzer (texlive.combine { inherit (texlive) @@ -104,6 +106,11 @@ }) python3Packages.pygments inform7 + ghc + nodejs + rust-bin.nightly.latest.default + clang-tools + openjdk # Misc anki-bin diff --git a/hosts/satori/pkgs.nix b/hosts/satori/pkgs.nix index e90878b..7b4180d 100644 --- a/hosts/satori/pkgs.nix +++ b/hosts/satori/pkgs.nix @@ -4,28 +4,20 @@ environment.systemPackages = with pkgs; [ tmux bc - ghc gnumake pciutils + usbutils ntfs3g python3 htop - nodejs wget ripgrep kbd - cachix gcc - openjdk virtmanager - tree-sitter - docker-compose - rust-bin.nightly.latest.default - clang-tools rnix-lsp vulkan-tools vulkan-headers - msr-tools igrep jq ];