Add lens and atuin.
This commit is contained in:
parent
e29a574be1
commit
b29beddeda
2 changed files with 9 additions and 6 deletions
12
flake.lock
12
flake.lock
|
@ -101,11 +101,11 @@
|
||||||
},
|
},
|
||||||
"nixpkgs": {
|
"nixpkgs": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1708831307,
|
"lastModified": 1708979614,
|
||||||
"narHash": "sha256-0iL/DuGjiUeck1zEaL+aIe2WvA3/cVhp/SlmTcOZXH4=",
|
"narHash": "sha256-FWLWmYojIg6TeqxSnHkKpHu5SGnFP5um1uUjH+wRV6g=",
|
||||||
"owner": "nixos",
|
"owner": "nixos",
|
||||||
"repo": "nixpkgs",
|
"repo": "nixpkgs",
|
||||||
"rev": "5bf1cadb72ab4e77cb0b700dab76bcdaf88f706b",
|
"rev": "b7ee09cf5614b02d289cd86fcfa6f24d4e078c2a",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
@ -166,11 +166,11 @@
|
||||||
"nixpkgs-stable": "nixpkgs-stable"
|
"nixpkgs-stable": "nixpkgs-stable"
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1708830076,
|
"lastModified": 1708987867,
|
||||||
"narHash": "sha256-Cjh2xdjxC6S6nW6Whr2dxSeh8vjodzhTmQdI4zPJ4RA=",
|
"narHash": "sha256-k2lDaDWNTU5sBVHanYzjDKVDmk29RHIgdbbXu5sdzBA=",
|
||||||
"owner": "Mic92",
|
"owner": "Mic92",
|
||||||
"repo": "sops-nix",
|
"repo": "sops-nix",
|
||||||
"rev": "2874fbbe4a65bd2484b0ad757d27a16107f6bc17",
|
"rev": "a1c8de14f60924fafe13aea66b46157f0150f4cf",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
|
|
@ -98,6 +98,7 @@
|
||||||
kubernetes-helm
|
kubernetes-helm
|
||||||
cilium-cli
|
cilium-cli
|
||||||
hubble
|
hubble
|
||||||
|
lens
|
||||||
|
|
||||||
# misc
|
# misc
|
||||||
fastfetch
|
fastfetch
|
||||||
|
@ -110,6 +111,7 @@
|
||||||
gawk
|
gawk
|
||||||
zstd
|
zstd
|
||||||
gnupg
|
gnupg
|
||||||
|
fira-code-nerdfont
|
||||||
|
|
||||||
# nix related
|
# nix related
|
||||||
#
|
#
|
||||||
|
@ -150,6 +152,7 @@
|
||||||
# Dev
|
# Dev
|
||||||
vscode
|
vscode
|
||||||
termius
|
termius
|
||||||
|
atuin
|
||||||
];
|
];
|
||||||
|
|
||||||
# starship - an customizable prompt for any shell
|
# starship - an customizable prompt for any shell
|
||||||
|
|
Reference in a new issue