configuration.nix/home/services/default.nix
2023-04-07 14:07:44 +05:30

10 lines
158 B
Nix

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