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": { "rose-pine": {
"locked": { "locked": {
"lastModified": 1736730678, "lastModified": 1736732045,
"narHash": "sha256-RJu9IcvHC0JDKDxg10/hOBs61hATVIBYryrACj4aa8s=", "narHash": "sha256-/5cqpVujzjRxtcqrmXx4Fx0oA0FLp9U6/ynBnge9PqI=",
"ref": "refs/heads/main", "ref": "refs/heads/main",
"rev": "6d55c8eb2a4cfaaea0d3b3f036536b29d901d5ec", "rev": "df477c3850eb85688a8d81b13feff97837254905",
"revCount": 385, "revCount": 385,
"type": "git", "type": "git",
"url": "https://codewith.babesonthe.net/punkfairie/rose-pine-nix" "url": "https://codewith.babesonthe.net/punkfairie/rose-pine-nix"

View file

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