Update NixOS config.
This commit is contained in:
parent
8b5e8da3da
commit
f27d11ac69
3 changed files with 7 additions and 24 deletions
|
@ -62,7 +62,7 @@
|
||||||
LC_TIME = "en_US.UTF-8";
|
LC_TIME = "en_US.UTF-8";
|
||||||
};
|
};
|
||||||
|
|
||||||
i18n.inputMethod = {
|
i18n.inputMethod = {
|
||||||
enable = true;
|
enable = true;
|
||||||
type = "ibus";
|
type = "ibus";
|
||||||
ibus.engines = with pkgs.ibus-engines; [ libpinyin table-chinese];
|
ibus.engines = with pkgs.ibus-engines; [ libpinyin table-chinese];
|
||||||
|
@ -88,7 +88,6 @@ i18n.inputMethod = {
|
||||||
services.printing.enable = false;
|
services.printing.enable = false;
|
||||||
|
|
||||||
# Enable sound with pipewire.
|
# Enable sound with pipewire.
|
||||||
services.pulseaudio.enable = false;
|
|
||||||
security.rtkit.enable = true;
|
security.rtkit.enable = true;
|
||||||
services.pipewire = {
|
services.pipewire = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
|
@ -16,6 +16,8 @@
|
||||||
dina-font
|
dina-font
|
||||||
proggyfonts
|
proggyfonts
|
||||||
iosevka
|
iosevka
|
||||||
|
nerdfonts
|
||||||
|
|
||||||
];
|
];
|
||||||
|
|
||||||
fonts.fontDir.enable = true;
|
fonts.fontDir.enable = true;
|
||||||
|
|
|
@ -24,24 +24,6 @@
|
||||||
# here is some command line tools I use frequently
|
# here is some command line tools I use frequently
|
||||||
# feel free to add your own or remove some of them
|
# 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
|
xreader #pdf viewer
|
||||||
|
|
||||||
fastfetch
|
fastfetch
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue