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