Compare commits
No commits in common. "67fab477478bded013902190d3ee357e41859902" and "f8ea73daf00142983f4098031fe8d7c81a117535" have entirely different histories.
67fab47747
...
f8ea73daf0
3 changed files with 15 additions and 1 deletions
|
@ -15,6 +15,7 @@ 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,6 +6,7 @@
|
|||
./helix
|
||||
./git
|
||||
./lazygit
|
||||
./lf
|
||||
./direnv
|
||||
./bat
|
||||
];
|
||||
|
@ -26,7 +27,6 @@
|
|||
dig
|
||||
tailspin
|
||||
nitch
|
||||
joshuto
|
||||
];
|
||||
|
||||
services.gpg-agent = {
|
||||
|
|
13
home/lf/default.nix
Normal file
13
home/lf/default.nix
Normal file
|
@ -0,0 +1,13 @@
|
|||
_: {
|
||||
programs.lf = {
|
||||
enable = true;
|
||||
settings = {
|
||||
shell = "nushell";
|
||||
hidden = true;
|
||||
icons = true;
|
||||
drawbox = true;
|
||||
ignorecase = true;
|
||||
color256 = true;
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Reference in a new issue