mirror of
https://github.com/srid/nixos-config.git
synced 2025-12-26 15:04:59 +08:00
1p: install cli
This commit is contained in:
parent
54a231b2b5
commit
a668ce0035
1 changed files with 2 additions and 1 deletions
|
|
@ -1,5 +1,6 @@
|
|||
{ lib, pkgs, ... }:
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
home.packages = [ pkgs._1password-cli ];
|
||||
programs.ssh = {
|
||||
enable = true;
|
||||
enableDefaultConfig = false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue