10 lines
139 B
Nix
10 lines
139 B
Nix
{...}: {
|
|
imports = [
|
|
./aria2c.nix
|
|
./gpg-agent.nix
|
|
./spotifyd.nix
|
|
];
|
|
services = {
|
|
gnome-keyring.enable = true;
|
|
};
|
|
}
|