aboutsummaryrefslogtreecommitdiff
path: root/home/bat.nix
diff options
context:
space:
mode:
authorDemonKingSwarn <rockingswarn@gmail.com>2026-04-20 18:33:23 +0530
committerDemonKingSwarn <rockingswarn@gmail.com>2026-04-20 18:33:23 +0530
commit433e009ddc88de9c1de8bd2131a812b68704f093 (patch)
treecd4d2da27444982bb5792864131bd12a159c750f /home/bat.nix
parentfa9f30bbf58ca184d5d8d682df775583f3ebd5fd (diff)
downloadodysseus-433e009ddc88de9c1de8bd2131a812b68704f093.zip
odysseus-433e009ddc88de9c1de8bd2131a812b68704f093.tar.gz
This is supposed to crash
an automated commit
Diffstat (limited to 'home/bat.nix')
-rw-r--r--home/bat.nix11
1 files changed, 11 insertions, 0 deletions
diff --git a/home/bat.nix b/home/bat.nix
new file mode 100644
index 0000000..1df2f8b
--- /dev/null
+++ b/home/bat.nix
@@ -0,0 +1,11 @@
+{ lib, ... }:
+
+{
+ programs.bat = {
+ enable = true;
+
+ config = {
+ theme = lib.mkForce "catppuccin-mocha";
+ };
+ };
+}