Update qt5ct/kdeconnect

This commit is contained in:
DashieTM 2024-10-25 11:36:12 +02:00
parent f1a93f1cf7
commit d703b4dec0
2 changed files with 4 additions and 2 deletions

View file

@ -118,7 +118,7 @@
playerctl playerctl
poppler_utils poppler_utils
pulseaudio pulseaudio
qt5ct libsForQt5.qt5ct
qt6ct qt6ct
ripgrep ripgrep
rm-improved rm-improved

View file

@ -37,6 +37,8 @@
]; ];
}; };
} }
// lib.optionalAttrs (options ? home.packages) { home.packages = with pkgs; [ kdeconnect ]; } // lib.optionalAttrs (options ? home.packages) {
home.packages = with pkgs; [ kdePackages.kdeconnect-kde ];
}
); );
} }