Commit for generation 173

This commit is contained in:
2024-10-02 05:37:17 -04:00
parent f5bcf7016c
commit b547c47c15
2 changed files with 5 additions and 5 deletions

4
flake.lock generated
View File

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

View File

@@ -11,9 +11,9 @@
pattern = [ "*" ];
}
{
command = "!aplay ~/sound/sys/cd.wav";
event = [ "BufWinLeave" ];
pattern = [ "*" ];
command = "lua vim.fn.jobstart({\"aplay\", \"~/sound/sys/cd.wav\"})";
event = [ "BufWinLeave" ];
pattern = [ "*" ];
}
{
command = "silent! loadview";