Compare commits
2 commits
7bab6e4e48
...
1b0d532cc5
Author | SHA1 | Date | |
---|---|---|---|
1b0d532cc5 | |||
20a40daf18 |
3 changed files with 4 additions and 7 deletions
|
@ -6,7 +6,6 @@ name | description
|
||||||
--------------- | -----------
|
--------------- | -----------
|
||||||
`ags` | aylurs gtk shell
|
`ags` | aylurs gtk shell
|
||||||
`anyrun` | wayland native application launcher
|
`anyrun` | wayland native application launcher
|
||||||
`bat` | cat replacement
|
|
||||||
`cava` | terminal audio visualizer
|
`cava` | terminal audio visualizer
|
||||||
`direnv` | a shell extension, that loads environment variables in certain directories
|
`direnv` | a shell extension, that loads environment variables in certain directories
|
||||||
`default` | used for commonly shared modules, for multiple home-manager configs
|
`default` | used for commonly shared modules, for multiple home-manager configs
|
||||||
|
@ -15,7 +14,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
|
||||||
`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
|
||||||
`nushell` | my shell of choice
|
`nushell` | my shell of choice
|
||||||
|
|
|
@ -1,5 +0,0 @@
|
||||||
_: {
|
|
||||||
programs.bat = {
|
|
||||||
enable = true;
|
|
||||||
};
|
|
||||||
}
|
|
|
@ -37,6 +37,10 @@
|
||||||
enableNushellIntegration = true;
|
enableNushellIntegration = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
programs.bat = {
|
||||||
|
enable = true;
|
||||||
|
};
|
||||||
|
|
||||||
programs.zoxide = {
|
programs.zoxide = {
|
||||||
enable = true;
|
enable = true;
|
||||||
enableNushellIntegration = true;
|
enableNushellIntegration = true;
|
||||||
|
|
Loading…
Reference in a new issue