configuration.nix/home/services/default.nix

11 lines
166 B
Nix
Raw Normal View History

2023-04-04 09:58:29 +05:30
{ ... }: {
2023-04-07 14:02:15 +05:30
services = {
imports = [
2023-04-07 14:02:53 +05:30
./gpg-agent.nix
2023-04-07 14:02:15 +05:30
./spotifyd.nix
];
blueman-applet.enable = true;
gnome-keyring.enable = true;
2023-04-04 09:58:29 +05:30
};
}