hosts/satori: remove unnecessary packages

this was long due

Signed-off-by: Amneesh Singh <natto@weirdnatto.in>
This commit is contained in:
2023-01-18 14:56:26 +05:30
parent 97bc35cb07
commit cb779f9d35
2 changed files with 9 additions and 10 deletions

View File

@@ -40,6 +40,8 @@
(flake.packages.${pkgs.system}.customscripts) (flake.packages.${pkgs.system}.customscripts)
translate-shell translate-shell
w3m w3m
powertop
cachix
# GUI utils # GUI utils
(xfce.thunar.override { (xfce.thunar.override {
@@ -79,7 +81,7 @@
(flake.packages.${pkgs.system}.tlauncher) (flake.packages.${pkgs.system}.tlauncher)
mangohud mangohud
# Dev shit # Programming and dev stuff
rust-analyzer rust-analyzer
(texlive.combine { (texlive.combine {
inherit (texlive) inherit (texlive)
@@ -104,6 +106,11 @@
}) })
python3Packages.pygments python3Packages.pygments
inform7 inform7
ghc
nodejs
rust-bin.nightly.latest.default
clang-tools
openjdk
# Misc # Misc
anki-bin anki-bin

View File

@@ -4,28 +4,20 @@
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
tmux tmux
bc bc
ghc
gnumake gnumake
pciutils pciutils
usbutils
ntfs3g ntfs3g
python3 python3
htop htop
nodejs
wget wget
ripgrep ripgrep
kbd kbd
cachix
gcc gcc
openjdk
virtmanager virtmanager
tree-sitter
docker-compose
rust-bin.nightly.latest.default
clang-tools
rnix-lsp rnix-lsp
vulkan-tools vulkan-tools
vulkan-headers vulkan-headers
msr-tools
igrep igrep
jq jq
]; ];