aboutsummaryrefslogtreecommitdiff
path: root/home/profiles/bat.nix
diff options
context:
space:
mode:
Diffstat (limited to 'home/profiles/bat.nix')
-rw-r--r--home/profiles/bat.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/home/profiles/bat.nix b/home/profiles/bat.nix
new file mode 100644
index 0000000..a03ba62
--- /dev/null
+++ b/home/profiles/bat.nix
@@ -0,0 +1,4 @@
+{ ... }:
+{
+ programs.bat.enable = true;
+}