Totally new ai.nix, integrating MIstral with ZED
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
{ pkgs, user, ... }:
|
||||
{
|
||||
console.useXkbConfig = true;
|
||||
users.users.${user.username}.shell = pkgs.zsh;
|
||||
programs.zsh.enable = true;
|
||||
environment.shells = [ pkgs.zsh ];
|
||||
environment.pathsToLink = [ "/share/zsh" ];
|
||||
}
|
||||
Reference in New Issue
Block a user