Merge remote-tracking branch 'origin/main'
Some checks failed
/ check (push) Failing after 2m59s

This commit is contained in:
Daniel Flanagan 2024-10-10 11:46:27 -05:00
commit 0cfb985723

View file

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