Format file and add bitwarden cli

This commit is contained in:
Martin Lasson 2025-04-10 08:39:18 +02:00
parent 1c0bcddb50
commit b8647029b5

View file

@ -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;