|
|
@ -59,6 +59,10 @@ in
|
|
|
|
};
|
|
|
|
};
|
|
|
|
etc.gitconfig.text = builtins.readFile ./gitconfig;
|
|
|
|
etc.gitconfig.text = builtins.readFile ./gitconfig;
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
# programmes qui n'ont pas besoin de sudo pour fonctionner
|
|
|
|
|
|
|
|
security.setuidPrograms = [
|
|
|
|
|
|
|
|
"mtr"
|
|
|
|
|
|
|
|
];
|
|
|
|
programs.bash = {
|
|
|
|
programs.bash = {
|
|
|
|
enableCompletion = true;
|
|
|
|
enableCompletion = true;
|
|
|
|
promptInit = builtins.readFile ./bash-prompt.sh;
|
|
|
|
promptInit = builtins.readFile ./bash-prompt.sh;
|
|
|
|