home: remove lf, add joshuto

This commit is contained in:
notohh 2023-11-28 12:45:51 -05:00
parent f8ea73daf0
commit 34c2613958
Signed by: notohh
GPG key ID: BD47506D475EE86D
2 changed files with 1 additions and 14 deletions

View file

@ -6,7 +6,6 @@
./helix
./git
./lazygit
./lf
./direnv
./bat
];
@ -27,6 +26,7 @@
dig
tailspin
nitch
joshuto
];
services.gpg-agent = {

View file

@ -1,13 +0,0 @@
_: {
programs.lf = {
enable = true;
settings = {
shell = "nushell";
hidden = true;
icons = true;
drawbox = true;
ignorecase = true;
color256 = true;
};
};
}