mirror of
https://github.com/srid/nixos-config.git
synced 2026-07-16 22:01:33 +08:00
1p
This commit is contained in:
parent
dfaed502aa
commit
bfb602169c
3 changed files with 10 additions and 3 deletions
|
|
@ -1,7 +1,6 @@
|
|||
{ pkgs, lib, ... }:
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
home.packages = lib.mkIf pkgs.stdenv.isDarwin [ pkgs._1password-cli ];
|
||||
# Using native CLI on Pop OS ^
|
||||
home.packages = [ pkgs._1password-cli ];
|
||||
|
||||
programs.ssh = {
|
||||
enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue