wip
This commit is contained in:
Generated
+3
-3
@@ -693,11 +693,11 @@
|
|||||||
"nvchad-starter": {
|
"nvchad-starter": {
|
||||||
"flake": false,
|
"flake": false,
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1751028259,
|
"lastModified": 1751382025,
|
||||||
"narHash": "sha256-d01UFhRq8jTBvG3BL7TGkzO1usQELWHMAHy18ILAu/c=",
|
"narHash": "sha256-EjCffnOFLU5l311EJDvLVP+QtCOUERmvZBEdTZJD/Aw=",
|
||||||
"owner": "naps62",
|
"owner": "naps62",
|
||||||
"repo": "nvchad-starter",
|
"repo": "nvchad-starter",
|
||||||
"rev": "bb2d57364786065b95b21649d0dfef1caa8ee5ab",
|
"rev": "2b048ef2720b1459c210b706cd1924404fafe393",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
|||||||
@@ -21,6 +21,37 @@
|
|||||||
devenv
|
devenv
|
||||||
# bruno
|
# bruno
|
||||||
zed-editor
|
zed-editor
|
||||||
tmux
|
|
||||||
];
|
];
|
||||||
|
|
||||||
|
programs.tmux = {
|
||||||
|
enable = true;
|
||||||
|
extraConfig = ''
|
||||||
|
setw -g mouse on
|
||||||
|
set -s extended-keys on
|
||||||
|
'';
|
||||||
|
};
|
||||||
|
|
||||||
|
home.file.".claude/settings.json".text = ''
|
||||||
|
{
|
||||||
|
"permissions": {
|
||||||
|
"allow": [
|
||||||
|
"Bash(mkdir:*)",
|
||||||
|
"Bash(rg:*)",
|
||||||
|
"Bash(chmod:*)",
|
||||||
|
"Bash(find:*)",
|
||||||
|
"Bash(rustup target:*)",
|
||||||
|
"Bash(ls:*)",
|
||||||
|
"Bash(cargo:*)",
|
||||||
|
"Bash(cp:*)",
|
||||||
|
"Bash(yarn:*)",
|
||||||
|
"Bash(sed:*)",
|
||||||
|
"Bash(gh:*)",
|
||||||
|
"Bash(git:*)",
|
||||||
|
"Bash(grep:*)",
|
||||||
|
"Bash(node:*)"
|
||||||
|
],
|
||||||
|
"defaultMode": "acceptEdits"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
'';
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -28,6 +28,10 @@
|
|||||||
systemd-boot.enable = true;
|
systemd-boot.enable = true;
|
||||||
efi.canTouchEfiVariables = true;
|
efi.canTouchEfiVariables = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
kernel.sysctl = {
|
||||||
|
"net.ipv6.conf.all.disable_ipv6" = 1;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
system.stateVersion = "24.05";
|
system.stateVersion = "24.05";
|
||||||
|
|||||||
Reference in New Issue
Block a user