Compare commits

..

2 commits

Author SHA1 Message Date
1b0d532cc5
home: move bat to default.nix
Some checks failed
flake check / check (push) Failing after 32s
fmt check / check (push) Successful in 37s
2023-12-29 12:30:33 -05:00
20a40daf18
docs: update readme 2023-12-29 12:30:24 -05:00
3 changed files with 4 additions and 7 deletions

View file

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

View file

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

View file

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