configuration.nix/home/services/default.nix

10 lines
144 B
Nix
Raw Normal View History

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