nixops: nixos 23.05 compat

force-ssl-main-website
Sebastien Bourdeauducq 2023-05-23 19:53:48 +08:00
parent ffb286ba05
commit c4918ac478
2 changed files with 4 additions and 2 deletions

View File

@ -126,8 +126,8 @@ in
}; };
i18n.inputMethod = { i18n.inputMethod = {
enabled = "fcitx"; enabled = "fcitx5";
fcitx.engines = with pkgs.fcitx-engines; [ table-extra m17n ]; fcitx5.addons = [ pkgs.fcitx5-table-extra pkgs.fcitx5-m17n ];
}; };
fonts.fonts = [ pkgs.noto-fonts pkgs.noto-fonts-cjk pkgs.noto-fonts-emoji pkgs.noto-fonts-extra pkgs.emacs-all-the-icons-fonts ]; fonts.fonts = [ pkgs.noto-fonts pkgs.noto-fonts-cjk pkgs.noto-fonts-emoji pkgs.noto-fonts-extra pkgs.emacs-all-the-icons-fonts ];
@ -154,6 +154,7 @@ in
hardware.bluetooth.enable = true; hardware.bluetooth.enable = true;
programs.zsh.enable = true;
programs.fish.enable = true; programs.fish.enable = true;
programs.fish.promptInit = '' programs.fish.promptInit = ''
any-nix-shell fish --info-right | source any-nix-shell fish --info-right | source

View File

@ -62,6 +62,7 @@ in
xc3sprog xc3sprog
screen gdb minicom picocom screen gdb minicom picocom
]; ];
programs.zsh.enable = true;
programs.fish.enable = true; programs.fish.enable = true;
programs.wireshark.enable = true; programs.wireshark.enable = true;