This commit is contained in:
Miguel Palhas
2025-03-31 17:23:12 +01:00
parent 434b07dd4d
commit cf11bdb40d
2 changed files with 4 additions and 3 deletions
Generated
+3 -3
View File
@@ -631,11 +631,11 @@
"nvchad-starter": { "nvchad-starter": {
"flake": false, "flake": false,
"locked": { "locked": {
"lastModified": 1742111040, "lastModified": 1743420227,
"narHash": "sha256-+1sBV8f7qkspjz+407XxJHvJ9tI9WB/ABP1h4NFQJz8=", "narHash": "sha256-FUkW2lQncmbU/h6HEz4T1I1VE6Os1F06gFuQU+lsp30=",
"owner": "naps62", "owner": "naps62",
"repo": "nvchad-starter", "repo": "nvchad-starter",
"rev": "1f5c4b56edb9205613a86525fb0ddf1f4784e3bf", "rev": "c1f00edc5a9ef4374a72c146659f6e2526b5d95f",
"type": "github" "type": "github"
}, },
"original": { "original": {
+1
View File
@@ -16,5 +16,6 @@
home.packages = with pkgs; [ home.packages = with pkgs; [
imagemagick imagemagick
doctl doctl
aider-chat
]; ];
} }