configuration.nix/home/services/default.nix
2023-07-11 22:41:18 +05:30

10 lines
135 B
Nix

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