Surface-Nixos/winapps.nix
2024-03-21 15:04:50 -04:00

8 lines
87 B
Nix

{ pkgs, ... }:
{
environment.systemPackages = with pkgs; [
freerdp
bc
];
}