rin/packages: move some heavy packages to hyacinth only
This commit is contained in:
parent
920fb1971a
commit
4b1ea1f571
3 changed files with 8 additions and 3 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
7
hosts/hyacinth/packages.nix
Normal file
7
hosts/hyacinth/packages.nix
Normal file
|
|
@ -0,0 +1,7 @@
|
||||||
|
{ pkgs, ... }: {
|
||||||
|
environment.systemPackages = with pkgs; [
|
||||||
|
android-studio
|
||||||
|
jetbrains.idea-community-bin
|
||||||
|
texliveFull
|
||||||
|
];
|
||||||
|
}
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue