configuration.nix/home/services/default.nix

10 lines
166 B
Nix

{ ... }: {
services = {
imports = [
./gpg-agent.nix
./spotifyd.nix
];
blueman-applet.enable = true;
gnome-keyring.enable = true;
};
}