Commit for generation 126

This commit is contained in:
2024-09-27 19:39:28 -04:00
parent 663dddf590
commit 733c1d9353
3 changed files with 5 additions and 7 deletions

4
flake.lock generated
View File

@@ -426,8 +426,8 @@
"pre-commit-hooks": "pre-commit-hooks"
},
"locked": {
"lastModified": 1727480126,
"narHash": "sha256-pdqQUQ2RknjtkACOiWGvpAONmftx2Y6zeQpRkCkFaW4=",
"lastModified": 1727480301,
"narHash": "sha256-NlAdRYtXpFx6wO6rRo/cR7in0vbWU8WNHyn5huuEbn4=",
"path": "/home/pagedmov/sysflakes/glasshouse-desktop/dotfiles/packages/nixvim",
"type": "path"
},

View File

@@ -42,6 +42,9 @@
};
services.udev.enable = true;
services.dbus.enable = true;
security.sudo.extraConfig = ''
pagedmov ALL=(ALL) NOPASSWD: /run/current-system/sw/bin/nixos-rebuild
'';
users.users.pagedmov = {

View File

@@ -5,11 +5,6 @@
event = [ "VimEnter" ];
pattern = [ "*" ];
}
{
command = "NvimTreeOpen";
event = [ "VimEnter" ];
pattern = [ "*" ];
}
{
command = "silent! mkview";
event = [ "BufWinLeave" ];