configuration.nix/home/services/default.nix

10 lines
139 B
Nix

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