Add sdrangel
home-manager module
This commit is contained in:
parent
9191b17bff
commit
4c6ecb05bd
1 changed files with 7 additions and 0 deletions
7
hmModules/sdrangel/default.nix
Normal file
7
hmModules/sdrangel/default.nix
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
{ pkgs, ... }:
|
||||||
|
{
|
||||||
|
home.packages = [
|
||||||
|
pkgs.sdrangel
|
||||||
|
pkgs.kdePackages.qtlocation
|
||||||
|
];
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue