(desktop) Gen 447: Added some more program configs

This commit is contained in:
pagedMov
2024-10-13 12:27:17 -04:00
parent 9372e3af0d
commit 13740e7d39
6 changed files with 37 additions and 18 deletions

View File

@@ -0,0 +1,8 @@
{ ... }:
{
programs.autojump = {
enable = true;
enableZshIntegration = true;
};
}

View File

@@ -0,0 +1,8 @@
{ ... }:
{
programs.fzf = {
enable = true;
enableZshIntegration = true;
};
}

View File

@@ -0,0 +1,10 @@
{ ... }:
{
programs.password-store = {
enable = true;
settings = {
PASSWORD_STORE_DIR = "$XDG_DATA_HOME/.pass";
};
};
}