server: add lazygit and enable firewall
This commit is contained in:
@@ -18,13 +18,15 @@
|
||||
"edit"
|
||||
"fish"
|
||||
"hook"
|
||||
"info"
|
||||
"missing"
|
||||
];
|
||||
|
||||
import = {
|
||||
copy = false;
|
||||
move = true;
|
||||
autotag = false;
|
||||
write = true;
|
||||
move = false;
|
||||
autotag = true;
|
||||
write = false;
|
||||
};
|
||||
|
||||
paths = {
|
||||
|
||||
@@ -16,6 +16,9 @@
|
||||
programs.zoxide.enable = true;
|
||||
programs.zoxide.enableFishIntegration = true;
|
||||
|
||||
programs.lazygit.enable = true;
|
||||
programs.lazygit.enableFishIntegration = true;
|
||||
|
||||
programs.gcc.enable = true;
|
||||
|
||||
programs.eza = {
|
||||
|
||||
Reference in New Issue
Block a user