Some small changes for nki-home
This commit is contained in:
parent
e1b60f6145
commit
f5e888709f
|
@ -3,7 +3,7 @@ let
|
||||||
defaultShell = { lib, pkgs, config, ... }: with lib; {
|
defaultShell = { lib, pkgs, config, ... }: with lib; {
|
||||||
environment.shells = with pkgs; [ bash fish ];
|
environment.shells = with pkgs; [ bash fish ];
|
||||||
users.users = mkMerge [
|
users.users = mkMerge [
|
||||||
{ nki.shell = pkgs.fish; }
|
{ nki.shell = pkgs.bash; }
|
||||||
# (mkIf (builtins.hasAttr "natsukagami" config.users.users) { natsukagami.shell = pkgs.fish; })
|
# (mkIf (builtins.hasAttr "natsukagami" config.users.users) { natsukagami.shell = pkgs.fish; })
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
|
@ -62,6 +62,7 @@
|
||||||
"20-wireless" = {
|
"20-wireless" = {
|
||||||
matchConfig.Name = "wlan*";
|
matchConfig.Name = "wlan*";
|
||||||
networkConfig.DHCP = "yes";
|
networkConfig.DHCP = "yes";
|
||||||
|
linkConfig.RequiredForOnline = "no";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
# networking.useDHCP = false;
|
# networking.useDHCP = false;
|
||||||
|
@ -97,6 +98,7 @@
|
||||||
fcitx5-gtk
|
fcitx5-gtk
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
console.keyMap = "jp106";
|
||||||
# console = {
|
# console = {
|
||||||
# font = "Lat2-Terminus16";
|
# font = "Lat2-Terminus16";
|
||||||
# keyMap = "us";
|
# keyMap = "us";
|
||||||
|
|
Loading…
Reference in a new issue