mirror of
https://github.com/callumio/nixfiles.git
synced 2025-12-17 03:29:20 +00:00
11 lines
203 B
Nix
11 lines
203 B
Nix
{...}: {
|
|
imports = [./mako];
|
|
services = {
|
|
network-manager-applet.enable = true;
|
|
mpris-proxy.enable = true;
|
|
gpg-agent = {
|
|
enable = true;
|
|
enableSshSupport = true;
|
|
};
|
|
};
|
|
}
|