swap to micro editor
This commit is contained in:
parent
5cb77ea3fc
commit
63d45da9ff
1 changed files with 2 additions and 2 deletions
|
@ -18,13 +18,13 @@
|
||||||
normalUsers = {
|
normalUsers = {
|
||||||
reidlab = {
|
reidlab = {
|
||||||
conf = {
|
conf = {
|
||||||
packages = with pkgs; [ bat tree ];
|
packages = with pkgs; [ bat tree micro duf ];
|
||||||
extraGroups = [ "wheel" "dotfiles" ];
|
extraGroups = [ "wheel" "dotfiles" ];
|
||||||
};
|
};
|
||||||
|
|
||||||
homeConf.home = {
|
homeConf.home = {
|
||||||
sessionVariables = {
|
sessionVariables = {
|
||||||
EDITOR = "nano";
|
EDITOR = "micro";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue