chore(op): move to non-overlay version
This commit is contained in:
parent
2fa90558eb
commit
8cf6af5cde
2 changed files with 1 additions and 14 deletions
|
@ -28,8 +28,6 @@
|
||||||
|
|
||||||
../programs/jq.nix
|
../programs/jq.nix
|
||||||
|
|
||||||
../programs/op.nix
|
|
||||||
|
|
||||||
../programs/podman.nix
|
../programs/podman.nix
|
||||||
|
|
||||||
../programs/scripts.nix
|
../programs/scripts.nix
|
||||||
|
@ -51,6 +49,7 @@
|
||||||
stateVersion = "22.11";
|
stateVersion = "22.11";
|
||||||
|
|
||||||
packages = with pkgs; [
|
packages = with pkgs; [
|
||||||
|
_1password
|
||||||
arp-scan
|
arp-scan
|
||||||
curlHTTP3
|
curlHTTP3
|
||||||
dasel
|
dasel
|
||||||
|
|
|
@ -1,12 +0,0 @@
|
||||||
{ pkgs, lib, ... }:
|
|
||||||
|
|
||||||
let
|
|
||||||
op = pkgs.agilebits-op;
|
|
||||||
in
|
|
||||||
{
|
|
||||||
home.packages = [ op ];
|
|
||||||
|
|
||||||
programs.fish.interactiveShellInit = (lib.mkOrder 200 ''
|
|
||||||
${op}/bin/op completion fish | source
|
|
||||||
'');
|
|
||||||
}
|
|
Loading…
Reference in a new issue