ethui
This commit is contained in:
@@ -31,27 +31,27 @@
|
||||
'';
|
||||
};
|
||||
|
||||
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"
|
||||
}
|
||||
}
|
||||
'';
|
||||
# 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"
|
||||
# }
|
||||
# }
|
||||
# '';
|
||||
}
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
{ inputs, ... }:
|
||||
{
|
||||
# home.packages = [ inputs.ethui.packages.x86_64-linux.default ];
|
||||
home.packages = [ inputs.ethui.packages.x86_64-linux.default ];
|
||||
}
|
||||
|
||||
@@ -75,6 +75,10 @@
|
||||
|
||||
services.flameshot = {
|
||||
enable = true;
|
||||
|
||||
settings.General = {
|
||||
drawFontSize = 10;
|
||||
};
|
||||
};
|
||||
|
||||
xdg.portal = {
|
||||
|
||||
Reference in New Issue
Block a user