7 lines
105 B
Nix
7 lines
105 B
Nix
|
{ pkgs, ... }: {
|
||
|
environment.systemPackages = with pkgs; [
|
||
|
openssl
|
||
|
gnome.gnome-remote-desktop
|
||
|
];
|
||
|
}
|