This commit is contained in:
parent
a7b81162d5
commit
e8dd91e345
1 changed files with 9 additions and 0 deletions
|
@ -592,6 +592,7 @@
|
||||||
printing
|
printing
|
||||||
music-consumption
|
music-consumption
|
||||||
video-tools
|
video-tools
|
||||||
|
radio-tools
|
||||||
];
|
];
|
||||||
|
|
||||||
xdg.portal.enable = true;
|
xdg.portal.enable = true;
|
||||||
|
@ -631,6 +632,14 @@
|
||||||
# gnome = {};
|
# gnome = {};
|
||||||
# intel = {};
|
# intel = {};
|
||||||
|
|
||||||
|
radio-tools = {pkgs, ...}: {
|
||||||
|
environment = {
|
||||||
|
systemPackages = with pkgs; [
|
||||||
|
chirp
|
||||||
|
];
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
kde-connect = {
|
kde-connect = {
|
||||||
programs.kdeconnect.enable = true;
|
programs.kdeconnect.enable = true;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue