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
|
`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
|
||||||
|
|
|
@ -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