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 = [ imports = [
./bat
./btop ./btop
./eza ./eza
./fastfetch ./fastfetch
+4 -1
View File
@@ -1,9 +1,12 @@
{ pkgs, ... }: { ... }:
{ {
programs.eza = { programs.eza = {
enable = true; enable = true;
enableFishIntegration = false;
enableBashIntegration = false;
theme = { theme = {
colourful = true; colourful = true;