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)
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

View File

@@ -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
];