This commit is contained in:
commit
0cfb985723
1 changed files with 9 additions and 0 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue