Compare commits

...

2 commits

Author SHA1 Message Date
67fab47747
docs: update readme
Some checks failed
flake check / check (push) Failing after 1m56s
fmt check / check (push) Successful in 40s
2023-11-28 12:46:03 -05:00
34c2613958
home: remove lf, add joshuto 2023-11-28 12:45:51 -05:00
3 changed files with 1 additions and 15 deletions

View file

@ -15,7 +15,6 @@ name | description
`helix` | modal text editor `helix` | modal text editor
`ironbar` | wayland specific bar, written in Rust `ironbar` | wayland specific bar, written in Rust
`lazygit` | terminal based git command system `lazygit` | terminal based git command system
`lf` | terminal based file manager
`librewolf` | a hardened firefox fork, and my browser of choice `librewolf` | a hardened firefox fork, and my browser of choice
`mako` | a lightweight wayland notification daemon `mako` | a lightweight wayland notification daemon
`neofetch` | fetch program `neofetch` | fetch program

View file

@ -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 = {

View file

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