dotfiles/nix/hosts/nixedo/extra.nix

10 lines
153 B
Nix

{
programs.dconf.enable = true;
services.logind.lidSwitchExternalPower = "ignore";
age.identityPaths = [
"/home/opdavies/.ssh/id_rsa"
];
}