chore: update nix

This commit is contained in:
2026-02-03 11:03:21 -05:00
parent 0dca9802e6
commit 15259b5ec3
6 changed files with 77 additions and 58 deletions

View File

@@ -32,6 +32,10 @@ in
opencode = enabled;
};
};
security = {
sops = enabled;
};
};
# Global Packages
@@ -40,7 +44,5 @@ in
home.packages = with pkgs; [
colima
docker
reichard.qwen-code
codex
];
}