feat: NixOS | modular nixos config

This commit is contained in:
2025-02-10 23:57:50 +05:00
parent 25b942ef7a
commit 257be3540d
23 changed files with 269 additions and 289 deletions

View File

@@ -1,9 +1,6 @@
{ ... }:
let
{...}: let
onePassPath = "~/.1password/agent.sock";
in
{
in {
programs.ssh = {
enable = true;
extraConfig = "IdentityAgent ${onePassPath}";