mirror of
https://git.adityakumar.xyz/nix-conf.git
synced 2024-11-21 11:52:52 +00:00
add kde connect
This commit is contained in:
parent
189a6a0ff5
commit
a924083996
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@
|
||||||
};
|
};
|
||||||
config = lib.mkIf config.kde-utils.enable {
|
config = lib.mkIf config.kde-utils.enable {
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
kdeconnect
|
kdePackages.kdeconnect-kde
|
||||||
libsForQt5.kwallet
|
libsForQt5.kwallet
|
||||||
libsForQt5.kwallet-pam
|
libsForQt5.kwallet-pam
|
||||||
libsForQt5.kwalletmanager
|
libsForQt5.kwalletmanager
|
||||||
|
|
Loading…
Reference in a new issue