Add radio tools module
Some checks failed
/ check (push) Failing after 3m4s

This commit is contained in:
Daniel Flanagan 2024-10-09 13:44:02 -05:00
parent a7b81162d5
commit e8dd91e345

View file

@ -592,6 +592,7 @@
printing
music-consumption
video-tools
radio-tools
];
xdg.portal.enable = true;
@ -631,6 +632,14 @@
# gnome = {};
# intel = {};
radio-tools = {pkgs, ...}: {
environment = {
systemPackages = with pkgs; [
chirp
];
};
};
kde-connect = {
programs.kdeconnect.enable = true;