dotfiles/nixos/kde/home.nix

14 lines
162 B
Nix
Raw Normal View History

2024-06-28 19:23:39 +01:00
{
config,
pkgs,
...
}: {
2024-03-16 09:31:24 +00:00
services = {
kdeconnect.enable = true;
kdeconnect.indicator = true;
};
2024-06-28 19:23:39 +01:00
home.packages = [];
dconf.settings = {};
2024-03-05 08:53:23 +00:00
}