dotfiles/nixos/kde/home.nix

12 lines
160 B
Nix
Raw Normal View History

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