Some small changes for nki-home

This commit is contained in:
Natsu Kagami 2023-03-31 16:49:02 +02:00
parent e1b60f6145
commit f5e888709f
Signed by: nki
GPG key ID: 7306B3D3C3AD6E51
2 changed files with 3 additions and 1 deletions

View file

@ -3,7 +3,7 @@ let
defaultShell = { lib, pkgs, config, ... }: with lib; {
environment.shells = with pkgs; [ bash fish ];
users.users = mkMerge [
{ nki.shell = pkgs.fish; }
{ nki.shell = pkgs.bash; }
# (mkIf (builtins.hasAttr "natsukagami" config.users.users) { natsukagami.shell = pkgs.fish; })
];
};

View file

@ -62,6 +62,7 @@
"20-wireless" = {
matchConfig.Name = "wlan*";
networkConfig.DHCP = "yes";
linkConfig.RequiredForOnline = "no";
};
};
# networking.useDHCP = false;
@ -97,6 +98,7 @@
fcitx5-gtk
];
};
console.keyMap = "jp106";
# console = {
# font = "Lat2-Terminus16";
# keyMap = "us";