home: remove lf, add joshuto
This commit is contained in:
parent
f8ea73daf0
commit
34c2613958
2 changed files with 1 additions and 14 deletions
|
@ -6,7 +6,6 @@
|
|||
./helix
|
||||
./git
|
||||
./lazygit
|
||||
./lf
|
||||
./direnv
|
||||
./bat
|
||||
];
|
||||
|
@ -27,6 +26,7 @@
|
|||
dig
|
||||
tailspin
|
||||
nitch
|
||||
joshuto
|
||||
];
|
||||
|
||||
services.gpg-agent = {
|
||||
|
|
|
@ -1,13 +0,0 @@
|
|||
_: {
|
||||
programs.lf = {
|
||||
enable = true;
|
||||
settings = {
|
||||
shell = "nushell";
|
||||
hidden = true;
|
||||
icons = true;
|
||||
drawbox = true;
|
||||
ignorecase = true;
|
||||
color256 = true;
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Reference in a new issue