Add bat
This commit is contained in:
@@ -0,0 +1,11 @@
|
|||||||
|
{ ... }:
|
||||||
|
|
||||||
|
{
|
||||||
|
programs.bat = {
|
||||||
|
enable = true;
|
||||||
|
config = {
|
||||||
|
paging = "never";
|
||||||
|
style = "plain";
|
||||||
|
};
|
||||||
|
};
|
||||||
|
}
|
||||||
@@ -2,6 +2,7 @@
|
|||||||
|
|
||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
|
./bat
|
||||||
./btop
|
./btop
|
||||||
./eza
|
./eza
|
||||||
./fastfetch
|
./fastfetch
|
||||||
|
|||||||
@@ -1,9 +1,12 @@
|
|||||||
{ pkgs, ... }:
|
{ ... }:
|
||||||
|
|
||||||
{
|
{
|
||||||
programs.eza = {
|
programs.eza = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
||||||
|
enableFishIntegration = false;
|
||||||
|
enableBashIntegration = false;
|
||||||
|
|
||||||
theme = {
|
theme = {
|
||||||
colourful = true;
|
colourful = true;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user