Update NixOS config.
This commit is contained in:
parent
8b5e8da3da
commit
f27d11ac69
3 changed files with 7 additions and 24 deletions
|
@ -62,11 +62,11 @@
|
|||
LC_TIME = "en_US.UTF-8";
|
||||
};
|
||||
|
||||
i18n.inputMethod = {
|
||||
enable = true;
|
||||
type = "ibus";
|
||||
ibus.engines = with pkgs.ibus-engines; [ libpinyin table-chinese];
|
||||
};
|
||||
i18n.inputMethod = {
|
||||
enable = true;
|
||||
type = "ibus";
|
||||
ibus.engines = with pkgs.ibus-engines; [ libpinyin table-chinese];
|
||||
};
|
||||
|
||||
# Enable the X11 windowing system.
|
||||
services.xserver.enable = true;
|
||||
|
@ -88,7 +88,6 @@ i18n.inputMethod = {
|
|||
services.printing.enable = false;
|
||||
|
||||
# Enable sound with pipewire.
|
||||
services.pulseaudio.enable = false;
|
||||
security.rtkit.enable = true;
|
||||
services.pipewire = {
|
||||
enable = true;
|
||||
|
|
|
@ -16,6 +16,8 @@
|
|||
dina-font
|
||||
proggyfonts
|
||||
iosevka
|
||||
nerdfonts
|
||||
|
||||
];
|
||||
|
||||
fonts.fontDir.enable = true;
|
||||
|
|
|
@ -24,24 +24,6 @@
|
|||
# here is some command line tools I use frequently
|
||||
# feel free to add your own or remove some of them
|
||||
|
||||
# font stuff for alacritty
|
||||
pkgs.iosevka #font program
|
||||
# nerd fonts - https://search.nixos.org/packages?channel=unstable&size=50&sort=relevance&type=packages&query=nerd-fonts
|
||||
nerd-fonts.iosevka
|
||||
nerd-fonts.iosevka-term
|
||||
nerd-fonts.fira-code
|
||||
nerd-fonts.fira-mono
|
||||
nerd-fonts.roboto-mono
|
||||
nerd-fonts.noto
|
||||
nerd-fonts.martian-mono
|
||||
nerd-fonts.jetbrains-mono
|
||||
nerd-fonts.iosevka-term-slab
|
||||
nerd-fonts.go-mono
|
||||
nerd-fonts.droid-sans-mono
|
||||
nerd-fonts.fantasque-sans-mono
|
||||
nerd-fonts.ubuntu-mono
|
||||
nerd-fonts.hack
|
||||
|
||||
xreader #pdf viewer
|
||||
|
||||
fastfetch
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue