From f5b9f5ae6becbf0ce4f16a5b508b1e99b2de7a6a Mon Sep 17 00:00:00 2001 From: Zynh Ludwig Date: Sat, 30 Nov 2024 13:38:15 -0800 Subject: [PATCH] dwm: preanybar --- flake.lock | 11 ++++++----- flake.nix | 2 +- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/flake.lock b/flake.lock index 09943e1..5369885 100644 --- a/flake.lock +++ b/flake.lock @@ -730,15 +730,16 @@ "zdwm": { "flake": false, "locked": { - "lastModified": 1732930272, - "narHash": "sha256-FSZsSSfeww0WSzdBCdfV1rjrbKY4XPBLIEmpikzoBbs=", - "ref": "refs/heads/master", - "rev": "f8a668b8077b99863e45392c836f474d439f2532", - "revCount": 1734, + "lastModified": 1732925486, + "narHash": "sha256-DBd1mEjPgve2D4ZpnCpdOM5fH1VbrvwGE2++rlOXVuk=", + "ref": "preanybar", + "rev": "8e5ac03764e9fecd0800198bc583488eb128ce05", + "revCount": 1731, "type": "git", "url": "https://git.zynh.me/Zynh0722/dwm" }, "original": { + "ref": "preanybar", "type": "git", "url": "https://git.zynh.me/Zynh0722/dwm" } diff --git a/flake.nix b/flake.nix index 937da5e..9e1b651 100644 --- a/flake.nix +++ b/flake.nix @@ -14,7 +14,7 @@ nix-darwin = { url = "github:LnL7/nix-darwin"; inputs.nixpkgs.follows = "nixpkgs"; }; repo-clone.url = "git+https://git.zynh.me/Zynh0722/repo-clone"; - zdwm = { url = "git+https://git.zynh.me/Zynh0722/dwm"; flake = false; }; + zdwm = { url = "git+https://git.zynh.me/Zynh0722/dwm?ref=preanybar"; flake = false; }; fish_theme = { url = "git+https://git.zynh.me/Zynh0722/omf-theme"; flake = false; }; backgrounds = { url = "git+https://git.zynh.me/Zynh0722/backgrounds"; inputs.nixpkgs.follows = "nixpkgs"; }; umu = { url = "git+https://github.com/Open-Wine-Components/umu-launcher/?dir=packaging\/nix&submodules=1"; inputs.nixpkgs.follows = "nixpkgs"; };