Compare commits

...

2 Commits

Author SHA1 Message Date
tux
07fee29121 chore: update tnvim flake input 2025-04-11 19:35:42 +05:30
tux
bb2456233f chore: update uid and guid 2025-04-11 17:27:49 +05:30
2 changed files with 5 additions and 5 deletions

6
flake.lock generated
View File

@ -1046,11 +1046,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1740684810, "lastModified": 1744380294,
"narHash": "sha256-akrixDHvJNPeTa9lnMZFsPXK23bEfW7NXuFGQDBlfBg=", "narHash": "sha256-jcQ32tsMZvXQ3xc0BFeh/0U+vH5HFejheGZPZ6K9/4c=",
"owner": "tuxdotrs", "owner": "tuxdotrs",
"repo": "tnvim", "repo": "tnvim",
"rev": "5c7cd966cba0648f3805b6048bb9d4a33e13b011", "rev": "e7c6ed5eab644b8bb3858d8dc12617aca0f7de11",
"type": "github" "type": "github"
}, },
"original": { "original": {

View File

@ -32,8 +32,8 @@
}; };
user = { user = {
uid = 10559; uid = 10395;
gid = 10559; gid = 10395;
shell = "${pkgs.zsh}/bin/zsh"; shell = "${pkgs.zsh}/bin/zsh";
}; };