fix emoji on firefox; use unstable joplin

This commit is contained in:
2025-05-28 17:44:07 +01:00
parent a04a6b81f1
commit 7767ff77ba
3 changed files with 13 additions and 10 deletions

View File

@@ -1,12 +1,15 @@
{ pkgs, ... }:
{
fonts.enableDefaultPackages = true;
fonts.packages = with pkgs; [
noto-fonts
noto-fonts-cjk-sans
noto-fonts-cjk-serif
];
fonts = {
enableDefaultPackages = true;
fontconfig.useEmbeddedBitmaps = true;
packages = with pkgs; [
noto-fonts
noto-fonts-cjk-sans
noto-fonts-cjk-serif
];
};
# Select internationalisation properties.
i18n = {

View File

@@ -1,8 +1,8 @@
{
inputs = {
nixpkgs.url = "github:nixos/nixpkgs/nixos-25.05?shallow=1";
nixpkgs-unstable.url = "github:nixos/nixpkgs/nixos-unstable?shallow=1";
# use by inputs.nixpkgs-unstable.legacyPackages."${pkgs.system}".[package name]
nixpkgs-unstable.url = "github:nixos/nixpkgs/nixos-unstable?shallow=1"; # use by inputs.nixpkgs-unstable.legacyPackages."${pkgs.system}".[package name]
home-manager = {
url = "github:nix-community/home-manager/release-25.05?shallow=1";
inputs.nixpkgs.follows = "nixpkgs";

View File

@@ -1,4 +1,4 @@
{ pkgs, lib, ... }:
{ pkgs, lib, inputs, ... }:
{
imports = [
@@ -13,7 +13,7 @@
keepassxc
qbittorrent
libreoffice-qt
joplin-desktop
inputs.nixpkgs-unstable.legacyPackages."${pkgs.system}".joplin-desktop
# comms
teamspeak_client