chore: upgrade to NixOS 24.11
This commit is contained in:
parent
83d8be3bf9
commit
3764a85757
8 changed files with 90 additions and 119 deletions
|
@ -4,7 +4,7 @@
|
|||
fonts.packages = with pkgs; [
|
||||
noto-fonts
|
||||
noto-fonts-extra
|
||||
noto-fonts-cjk
|
||||
noto-fonts-cjk-sans
|
||||
noto-fonts-emoji
|
||||
(nerdfonts.override { fonts = [ "NerdFontsSymbolsOnly" ]; })
|
||||
fira-code
|
||||
|
|
|
@ -12,7 +12,8 @@
|
|||
LC_MONETARY = "en_IE.UTF-8";
|
||||
};
|
||||
supportedLocales = [ "all" ];
|
||||
inputMethod.enabled = "ibus";
|
||||
inputMethod.enable = true;
|
||||
inputMethod.type = "ibus";
|
||||
inputMethod.ibus.engines = with pkgs.ibus-engines; [
|
||||
uniemoji
|
||||
mozc
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue