base: make vim default editor
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
{ pkgs, ... }:
|
||||
{ pkgs, lib, ... }:
|
||||
{
|
||||
imports = [
|
||||
./direnv.nix
|
||||
@@ -34,7 +34,7 @@
|
||||
monocraft
|
||||
];
|
||||
|
||||
environment.sessionVariables.EDITOR = "hx";
|
||||
environment.sessionVariables.EDITOR = lib.mkForce "hx";
|
||||
environment.shells = with pkgs; [ nushell bash ];
|
||||
|
||||
users.users.fredrikr.shell = pkgs.nushell;
|
||||
|
||||
Reference in New Issue
Block a user