From cd99ce84467b2d6140cf6805f80669d274d12274 Mon Sep 17 00:00:00 2001 From: Ryan Schanzenbacher Date: Thu, 23 Jan 2025 09:15:03 -0500 Subject: [PATCH] Updated bashrc to use eza and delta, installed delta. Updated nix flake to use deterministic commits again --- home-config/bashrc | 6 ++++++ home-config/nix-home-manager/flake.lock | 12 ++++++------ home-config/nix-home-manager/flake.nix | 4 ++-- home-config/nix-home-manager/home.nix | 1 + 4 files changed, 15 insertions(+), 8 deletions(-) diff --git a/home-config/bashrc b/home-config/bashrc index 386a2db..05b0c3f 100644 --- a/home-config/bashrc +++ b/home-config/bashrc @@ -54,5 +54,11 @@ export GPG_TTY=$(tty) # Zoxide eval "$(zoxide init --cmd cd bash)" +# eza +alias ls='eza --icons=always -Gx' + +# Delta +alias diff='delta' + # Starship eval "$(starship init bash)" diff --git a/home-config/nix-home-manager/flake.lock b/home-config/nix-home-manager/flake.lock index ae044f1..e938810 100644 --- a/home-config/nix-home-manager/flake.lock +++ b/home-config/nix-home-manager/flake.lock @@ -8,11 +8,11 @@ "systems": "systems" }, "locked": { - "lastModified": 1736702516, - "narHash": "sha256-NbJiiPFnmciji3JHpqF/L0SdMQXKXn+q3Q/D8RjF/ak=", + "lastModified": 1737636397, + "narHash": "sha256-F5MbBj3QVorycVSFE9qjuOTLtIQBqt2VWbXa0uwzm98=", "owner": "hyprwm", "repo": "aquamarine", - "rev": "e7719f9b9f5321c7100733773ad9f38cb6db6b6f", + "rev": "7fe006981fae53e931f513026fc754e322f13145", "type": "github" }, "original": { @@ -584,15 +584,15 @@ "locked": { "lastModified": 1736159088, "narHash": "sha256-WDBc35XdHCdmgVYbPOtd2IeUtUHCYwNyEpIr5vLZMng=", - "owner": "bb010g", + "owner": "ryan77627", "repo": "nixGL", "rev": "3865170cbc23b32ec7cc8df1ec811fd44b6c2a58", "type": "github" }, "original": { - "owner": "bb010g", - "ref": "main", + "owner": "ryan77627", "repo": "nixGL", + "rev": "3865170cbc23b32ec7cc8df1ec811fd44b6c2a58", "type": "github" } }, diff --git a/home-config/nix-home-manager/flake.nix b/home-config/nix-home-manager/flake.nix index 9dd2bec..f600506 100644 --- a/home-config/nix-home-manager/flake.nix +++ b/home-config/nix-home-manager/flake.nix @@ -19,10 +19,10 @@ hyprland = { url = "github:hyprwm/hyprland/0dc7367a7006cc3cc877d52bf34c4998144bff84"; inputs.nixpkgs.follows = "nixpkgs"; - inputs.aquamarine.url = "github:hyprwm/aquamarine/main"; + inputs.aquamarine.url = "github:hyprwm/aquamarine/7fe006981fae53e931f513026fc754e322f13145"; }; nixgl = { - url = "github:bb010g/nixGL/main"; + url = "github:ryan77627/nixGL/3865170cbc23b32ec7cc8df1ec811fd44b6c2a58"; inputs.nixpkgs.follows = "nixpkgs"; }; wpaperd = { diff --git a/home-config/nix-home-manager/home.nix b/home-config/nix-home-manager/home.nix index 54b6060..cf1b56e 100644 --- a/home-config/nix-home-manager/home.nix +++ b/home-config/nix-home-manager/home.nix @@ -398,6 +398,7 @@ wl-mirror starship taskwarrior3 + delta # Wrapped programs for some env variables (pkgs.writeScriptBin "hyprlock" ''