From bf5ece05bd3674a38b8b98e9c01b4b99cb56ce51 Mon Sep 17 00:00:00 2001 From: Zynh Ludwig Date: Sun, 8 Dec 2024 21:55:32 -0800 Subject: [PATCH] dwm: no-anybar --- flake.lock | 12 ++++++------ flake.nix | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/flake.lock b/flake.lock index 5b9c9d9..4078e09 100644 --- a/flake.lock +++ b/flake.lock @@ -730,16 +730,16 @@ "zdwm": { "flake": false, "locked": { - "lastModified": 1732925486, - "narHash": "sha256-DBd1mEjPgve2D4ZpnCpdOM5fH1VbrvwGE2++rlOXVuk=", - "ref": "preanybar", - "rev": "8e5ac03764e9fecd0800198bc583488eb128ce05", - "revCount": 1731, + "lastModified": 1733723532, + "narHash": "sha256-3BGFjI4hn2O9DKVN5IDznGNxuZ/kZQ4/A7o0LyDOw20=", + "ref": "preanybar-systray", + "rev": "f64f6f401571296da949e1fae4fbadec72582144", + "revCount": 1732, "type": "git", "url": "https://git.zynh.me/Zynh0722/dwm" }, "original": { - "ref": "preanybar", + "ref": "preanybar-systray", "type": "git", "url": "https://git.zynh.me/Zynh0722/dwm" } diff --git a/flake.nix b/flake.nix index 9e1b651..25cfe3b 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?ref=preanybar"; flake = false; }; + zdwm = { url = "git+https://git.zynh.me/Zynh0722/dwm?ref=preanybar-systray"; 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"; };