diff --git a/flake.lock b/flake.lock index f88c2a9..50be9ba 100644 --- a/flake.lock +++ b/flake.lock @@ -195,11 +195,11 @@ ] }, "locked": { - "lastModified": 1727817100, - "narHash": "sha256-dlyV9/eiWkm/Y/t2+k4CFZ29tBvCANmJogEYaHeAOTw=", + "lastModified": 1728026342, + "narHash": "sha256-3mGqKM1jSkc2DrJvR/HCTav0Chd1n8/s1eJ9Y5GzNVM=", "owner": "nix-community", "repo": "home-manager", - "rev": "437ec62009fa8ceb684eb447d455ffba25911cf9", + "rev": "30e04f3d477256de3eb6a7cff608e220087537d4", "type": "github" }, "original": { diff --git a/glasshouse-desktop/modules/zshell.nix b/glasshouse-desktop/modules/zshell.nix index 4da6955..8182448 100644 --- a/glasshouse-desktop/modules/zshell.nix +++ b/glasshouse-desktop/modules/zshell.nix @@ -133,8 +133,8 @@ ls() { # cd and ls after cd() { export SOUNDS_ENABLED=0 - builtin cd "$@" ls "$@" + builtin cd "$@" export SOUNDS_ENABLED=1 sounds_enabled && (aplay ~/sound/sys/cd.wav > /dev/null 2>&1 &) }