summaryrefslogtreecommitdiff
path: root/home-config/nix-home-manager/flake.nix
diff options
context:
space:
mode:
authorRyan Schanzenbacher <ryan@rschanz.org>2025-01-23 09:15:03 -0500
committerRyan Schanzenbacher <ryan@rschanz.org>2025-01-23 09:15:03 -0500
commitcd99ce84467b2d6140cf6805f80669d274d12274 (patch)
treec31399864195b7846c39702d37e4398364535aee /home-config/nix-home-manager/flake.nix
parent479e112a8b9dd711569310414dd9919b38373601 (diff)
Updated bashrc to use eza and delta, installed delta.
Updated nix flake to use deterministic commits again
Diffstat (limited to 'home-config/nix-home-manager/flake.nix')
-rw-r--r--home-config/nix-home-manager/flake.nix4
1 files changed, 2 insertions, 2 deletions
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 @@
19 hyprland = { 19 hyprland = {
20 url = "github:hyprwm/hyprland/0dc7367a7006cc3cc877d52bf34c4998144bff84"; 20 url = "github:hyprwm/hyprland/0dc7367a7006cc3cc877d52bf34c4998144bff84";
21 inputs.nixpkgs.follows = "nixpkgs"; 21 inputs.nixpkgs.follows = "nixpkgs";
22 inputs.aquamarine.url = "github:hyprwm/aquamarine/main"; 22 inputs.aquamarine.url = "github:hyprwm/aquamarine/7fe006981fae53e931f513026fc754e322f13145";
23 }; 23 };
24 nixgl = { 24 nixgl = {
25 url = "github:bb010g/nixGL/main"; 25 url = "github:ryan77627/nixGL/3865170cbc23b32ec7cc8df1ec811fd44b6c2a58";
26 inputs.nixpkgs.follows = "nixpkgs"; 26 inputs.nixpkgs.follows = "nixpkgs";
27 }; 27 };
28 wpaperd = { 28 wpaperd = {