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

9 lines
144 B
Nix

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