chore: Update

This commit is contained in:
punkfairie 2025-01-12 17:38:52 -08:00
parent 9a63c29aa1
commit 06910a3211
No known key found for this signature in database
GPG key ID: B3C5488E9A1A7CA6
2 changed files with 10 additions and 9 deletions

View file

@ -927,10 +927,10 @@
},
"rose-pine": {
"locked": {
"lastModified": 1736730678,
"narHash": "sha256-RJu9IcvHC0JDKDxg10/hOBs61hATVIBYryrACj4aa8s=",
"lastModified": 1736732045,
"narHash": "sha256-/5cqpVujzjRxtcqrmXx4Fx0oA0FLp9U6/ynBnge9PqI=",
"ref": "refs/heads/main",
"rev": "6d55c8eb2a4cfaaea0d3b3f036536b29d901d5ec",
"rev": "df477c3850eb85688a8d81b13feff97837254905",
"revCount": 385,
"type": "git",
"url": "https://codewith.babesonthe.net/punkfairie/rose-pine-nix"

View file

@ -1,7 +1,7 @@
{
lib,
config,
pkgs,
# pkgs,
...
}: let
inherit (lib) mkEnableOption mkIf;
@ -14,10 +14,11 @@ in {
programs.bat = {
enable = true;
extraPackages = with pkgs.bat-extras; [
batdiff
batman
];
# FIX: Currently broken. Re-enable when not broken.
# extraPackages = with pkgs.bat-extras; [
# batdiff
# batman
# ];
config = {
style = "auto";
@ -25,7 +26,7 @@ in {
};
home.sessionVariables = lib.mkIf config.programs.git.delta.enable {
BATDIFF_USE_DELTA = "true";
# BATDIFF_USE_DELTA = "true";
};
programs.fish = {