feat: stuff

This commit is contained in:
2024-03-15 21:22:58 +01:00
parent 52e17cd48a
commit 677196679f
2 changed files with 10 additions and 1 deletions

View File

@@ -1,4 +1,4 @@
{pkgs, ...}: {
{pkgs, config, ...}: {
programs = {
home-manager.enable = true;
rbw = import ./bitwarden.nix;
@@ -13,6 +13,13 @@
vim_keys = true;
};
};
zsh = {
enable = true;
enableCompletion = true;
enableAutosuggestions = true;
syntaxHighlighting.enable = true;
defaultKeymap = "viins";
};
fish = {
enable = true;
shellInit = ''