Compare commits
2 commits
f8ea73daf0
...
67fab47747
Author | SHA1 | Date | |
---|---|---|---|
67fab47747 | |||
34c2613958 |
3 changed files with 1 additions and 15 deletions
|
@ -15,7 +15,6 @@ name | description
|
|||
`helix` | modal text editor
|
||||
`ironbar` | wayland specific bar, written in Rust
|
||||
`lazygit` | terminal based git command system
|
||||
`lf` | terminal based file manager
|
||||
`librewolf` | a hardened firefox fork, and my browser of choice
|
||||
`mako` | a lightweight wayland notification daemon
|
||||
`neofetch` | fetch program
|
||||
|
|
|
@ -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