This commit is contained in:
Sakooooo 2023-07-11 20:46:23 +03:00
parent c228c78aba
commit 7ab743594d
Signed by: sako
GPG key ID: 3FD715D87D7725E0

View file

@ -9,8 +9,9 @@ in
}; };
config = mkIf cfg.enable { config = mkIf cfg.enable {
users.users.sako.packages = with pkgs; [ #users.users.sako.packages = with pkgs; [
kdeconnect # kdeconnect
]; #];
programs.kdeconnect.enable = true;
}; };
} }