Compare commits
No commits in common. "1b0d532cc58e8ae87df2bf5f4a7c71abbbedcdc6" and "7bab6e4e48e0662aac020d6dfecac779b04d50c1" have entirely different histories.
1b0d532cc5
...
7bab6e4e48
3 changed files with 7 additions and 4 deletions
|
@ -6,6 +6,7 @@ name | description
|
|||
--------------- | -----------
|
||||
`ags` | aylurs gtk shell
|
||||
`anyrun` | wayland native application launcher
|
||||
`bat` | cat replacement
|
||||
`cava` | terminal audio visualizer
|
||||
`direnv` | a shell extension, that loads environment variables in certain directories
|
||||
`default` | used for commonly shared modules, for multiple home-manager configs
|
||||
|
@ -14,6 +15,7 @@ name | description
|
|||
`helix` | modal text editor
|
||||
`ironbar` | wayland specific bar, written in Rust
|
||||
`lazygit` | terminal based git command system
|
||||
`librewolf` | a hardened firefox fork, and my browser of choice
|
||||
`mako` | a lightweight wayland notification daemon
|
||||
`neofetch` | fetch program
|
||||
`nushell` | my shell of choice
|
||||
|
|
5
home/bat/default.nix
Normal file
5
home/bat/default.nix
Normal file
|
@ -0,0 +1,5 @@
|
|||
_: {
|
||||
programs.bat = {
|
||||
enable = true;
|
||||
};
|
||||
}
|
|
@ -37,10 +37,6 @@
|
|||
enableNushellIntegration = true;
|
||||
};
|
||||
|
||||
programs.bat = {
|
||||
enable = true;
|
||||
};
|
||||
|
||||
programs.zoxide = {
|
||||
enable = true;
|
||||
enableNushellIntegration = true;
|
||||
|
|
Loading…
Reference in a new issue