Commit for generation 172

This commit is contained in:
2024-10-02 05:33:40 -04:00
parent 3ad290cb82
commit f5bcf7016c
2 changed files with 7 additions and 2 deletions

4
flake.lock generated
View File

@@ -426,8 +426,8 @@
"pre-commit-hooks": "pre-commit-hooks" "pre-commit-hooks": "pre-commit-hooks"
}, },
"locked": { "locked": {
"lastModified": 1727622760, "lastModified": 1727861617,
"narHash": "sha256-fEwfDQoUVVmF8QmQ4xsQFsLNkZ7ol9RM75GzZyRwq/w=", "narHash": "sha256-9E1DZ8JQ8/CZ5kyqIGGGfd1kQ2exjsq1KFWQb6YrQbk=",
"path": "/home/pagedmov/sysflakes/glasshouse-desktop/dotfiles/packages/nixvim", "path": "/home/pagedmov/sysflakes/glasshouse-desktop/dotfiles/packages/nixvim",
"type": "path" "type": "path"
}, },

View File

@@ -10,6 +10,11 @@
event = [ "BufWinLeave" ]; event = [ "BufWinLeave" ];
pattern = [ "*" ]; pattern = [ "*" ];
} }
{
command = "!aplay ~/sound/sys/cd.wav";
event = [ "BufWinLeave" ];
pattern = [ "*" ];
}
{ {
command = "silent! loadview"; command = "silent! loadview";
event = [ "BufWinEnter" ]; event = [ "BufWinEnter" ];