This commit is contained in:
2026-07-26 21:35:25 +01:00
parent 1939501955
commit 8827d72292
3 changed files with 16 additions and 1 deletions
+11
View File
@@ -0,0 +1,11 @@
{ ... }:
{
programs.bat = {
enable = true;
config = {
paging = "never";
style = "plain";
};
};
}
+1
View File
@@ -2,6 +2,7 @@
{
imports = [
./bat
./btop
./eza
./fastfetch
+4 -1
View File
@@ -1,9 +1,12 @@
{ pkgs, ... }:
{ ... }:
{
programs.eza = {
enable = true;
enableFishIntegration = false;
enableBashIntegration = false;
theme = {
colourful = true;