rin/packages: move some heavy packages to hyacinth only

This commit is contained in:
LavaDesu 2025-03-15 01:20:55 +11:00
parent 920fb1971a
commit 4b1ea1f571
Signed by: cilly
GPG key ID: 6500251E087653C9
3 changed files with 8 additions and 3 deletions

View file

@ -37,6 +37,7 @@
./filesystem.nix ./filesystem.nix
./kernel.nix ./kernel.nix
./networking.nix ./networking.nix
./packages.nix
#../../users/rin/xorg.nix #../../users/rin/xorg.nix
../../users/rin/wayland.nix ../../users/rin/wayland.nix

View file

@ -0,0 +1,7 @@
{ pkgs, ... }: {
environment.systemPackages = with pkgs; [
android-studio
jetbrains.idea-community-bin
texliveFull
];
}

View file

@ -18,7 +18,6 @@
nodePackages_latest.pnpm nodePackages_latest.pnpm
] ++ lib.optionals enableGUI [ ] ++ lib.optionals enableGUI [
android-studio
discord-canary discord-canary
drawio drawio
element-desktop element-desktop
@ -28,7 +27,6 @@
gamescope gamescope
gimp gimp
grim grim
jetbrains.idea-community-bin
#kotatogram-desktop #kotatogram-desktop
krita krita
lm_sensors lm_sensors
@ -48,7 +46,6 @@
screenkey screenkey
slurp slurp
swaybg swaybg
texliveFull
tor-browser-bundle-bin tor-browser-bundle-bin
transmission-remote-gtk transmission-remote-gtk
virt-manager virt-manager