Compare commits

..

No commits in common. "1b0d532cc58e8ae87df2bf5f4a7c71abbbedcdc6" and "7bab6e4e48e0662aac020d6dfecac779b04d50c1" have entirely different histories.

3 changed files with 7 additions and 4 deletions

View file

@ -6,6 +6,7 @@ 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
@ -14,6 +15,7 @@ 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

5
home/bat/default.nix Normal file
View file

@ -0,0 +1,5 @@
_: {
programs.bat = {
enable = true;
};
}

View file

@ -37,10 +37,6 @@
enableNushellIntegration = true; enableNushellIntegration = true;
}; };
programs.bat = {
enable = true;
};
programs.zoxide = { programs.zoxide = {
enable = true; enable = true;
enableNushellIntegration = true; enableNushellIntegration = true;