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
|
||||
./kernel.nix
|
||||
./networking.nix
|
||||
./packages.nix
|
||||
|
||||
#../../users/rin/xorg.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
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue