Update
This commit is contained in:
parent
3fdaf90ede
commit
6b21c45093
5 changed files with 13 additions and 32 deletions
|
|
@ -29,6 +29,7 @@
|
|||
|
||||
fonts = {
|
||||
packages = with pkgs; [
|
||||
twemoji-color-font
|
||||
noto-fonts
|
||||
noto-fonts-cjk
|
||||
noto-fonts-lgc-plus
|
||||
|
|
|
|||
|
|
@ -100,7 +100,6 @@
|
|||
xdg.portal.enable = true;
|
||||
|
||||
# Sound
|
||||
sound.enable = false;
|
||||
hardware.pulseaudio.enable = false;
|
||||
security.rtkit.enable = true;
|
||||
services.pipewire = {
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
{ pkgs, lib, config, thunderbird-128, ... }:
|
||||
{ pkgs, lib, config, ... }:
|
||||
|
||||
let
|
||||
tex = (pkgs.texlive.combine { inherit (pkgs.texlive)
|
||||
|
|
@ -32,7 +32,7 @@ in {
|
|||
organicmaps
|
||||
|
||||
# Messaging
|
||||
thunderbird-128.legacyPackages.x86_64-linux.thunderbird-128
|
||||
thunderbird-128
|
||||
discord
|
||||
vesktop
|
||||
whatsapp-for-linux
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue