diff options
| author | ozpv <39195175+ozpv@users.noreply.github.com> | 2026-05-20 23:42:18 -0500 |
|---|---|---|
| committer | ozpv <39195175+ozpv@users.noreply.github.com> | 2026-05-20 23:42:18 -0500 |
| commit | 1303a403ed9bb65784d0a7f731f374adfd18e3d8 (patch) | |
| tree | 2700b9db7a480d691797df515299662751f6859d | |
| parent | 6b72f8b134cd3213e87e99cb5aa4a22bbd7eed28 (diff) | |
add tags
| -rw-r--r-- | configuration.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configuration.nix b/configuration.nix index 474800f..9c85813 100644 --- a/configuration.nix +++ b/configuration.nix @@ -116,7 +116,7 @@ windowManager.dwm.package = pkgs.dwm.overrideAttrs { src = fetchGit { url = "https://github.com/ozpv/dwm.git"; - rev = "4c0c205e4710856de0e2ed16c3d3f02e46d8a8fe"; + rev = "0fc8dd0a9a13136097f5c15b64ffa3e8ef8043fd"; }; }; xkb.layout = "us"; |
