nixfleet/hmModules/sdrangel/default.nix

7 lines
94 B
Nix

{ pkgs, ... }:
{
home.packages = [
pkgs.sdrangel
pkgs.kdePackages.qtlocation
];
}