Format file and add bitwarden cli
This commit is contained in:
parent
1c0bcddb50
commit
b8647029b5
1 changed files with 60 additions and 58 deletions
|
|
@ -1,4 +1,5 @@
|
||||||
{ pkgs, neovim-flake, ... }: {
|
{ pkgs, neovim-flake, ... }:
|
||||||
|
{
|
||||||
programs = {
|
programs = {
|
||||||
zsh = {
|
zsh = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
@ -45,6 +46,7 @@
|
||||||
gnumake
|
gnumake
|
||||||
ninja
|
ninja
|
||||||
nodejs
|
nodejs
|
||||||
|
bitwarden-cli
|
||||||
];
|
];
|
||||||
file = {
|
file = {
|
||||||
".zshrc".source = ../zsh/.zshrc;
|
".zshrc".source = ../zsh/.zshrc;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue