9 lines
144 B
Nix
9 lines
144 B
Nix
{ ... }: {
|
|
services = {
|
|
imports = [
|
|
./spotifyd.nix
|
|
];
|
|
blueman-applet.enable = true;
|
|
gnome-keyring.enable = true;
|
|
};
|
|
}
|