Fix editor being set to nano in a different way

This commit is contained in:
Charlotte Van Petegem 2022-02-23 10:21:55 +01:00
parent a992e47b9f
commit 5cbf904b15
No known key found for this signature in database
GPG key ID: 019E764B7184435A
2 changed files with 2 additions and 4 deletions

View file

@ -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 = [

View file

@ -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");