Fix editor being set to nano in a different way
This commit is contained in:
parent
a992e47b9f
commit
5cbf904b15
2 changed files with 2 additions and 4 deletions
|
@ -52,10 +52,7 @@
|
|||
};
|
||||
};
|
||||
|
||||
environment = {
|
||||
systemPackages = with pkgs; [ git htop moreutils ncdu ripgrep unzip zip ];
|
||||
variables.EDITOR = "emacs";
|
||||
};
|
||||
environment.systemPackages = with pkgs; [ git htop moreutils ncdu ripgrep unzip zip ];
|
||||
|
||||
console = {
|
||||
colors = [
|
||||
|
|
|
@ -42,6 +42,7 @@ let
|
|||
});
|
||||
in
|
||||
{
|
||||
programs.zsh.enable = true;
|
||||
chvp.base.zfs.systemLinks = [{ path = "/root/.local/share/autojump"; type = "cache"; }];
|
||||
chvp.base.zfs.homeLinks = [{ path = ".local/share/autojump"; type = "cache"; }];
|
||||
home-manager.users.charlotte = { ... }: (base "/home/charlotte");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue