feat: update config for new version.

This commit is contained in:
CronyAkatsuki 2025-11-02 22:23:27 +01:00
parent aa3b871f02
commit 457c53b2d3
4 changed files with 8 additions and 6 deletions

View file

@ -33,7 +33,7 @@
name = "CommitMono Nerd Font";
};
emoji = {
package = pkgs.noto-fonts-emoji;
package = pkgs.noto-fonts-color-emoji;
name = "Noto Color Emoji";
};
sizes = {

View file

@ -102,7 +102,6 @@
# Enable coolercontrol to setup fancurves
programs.coolercontrol = {
enable = true;
nvidiaSupport = true;
};
# Setup gpu fan curves and light undervolt
@ -163,8 +162,10 @@
# Allow unfree packages
nixpkgs.config.allowUnfree = true;
# Setup community cache
# Allow Broken Packages
nixpkgs.config.allowBroken = true;
# Setup community cache
nix.settings = {
substituters = [
"https://nix-community.cachix.org"
@ -181,6 +182,7 @@
];
};
# setup custom packages
nixpkgs = {
overlays = [
(final: prev: {
@ -199,8 +201,8 @@
];
};
# Permit some insecure pacakges
nixpkgs.config.permittedInsecurePackages = [
"qtwebengine-5.15.19"
"ventoy-1.1.07"
];

View file

@ -26,7 +26,7 @@
extraPackages = with pkgs; [
ffmpegthumbnailer
mediainfo
poppler_utils
poppler-utils
gnome-epub-thumbnailer
nsxiv
libarchive

View file

@ -41,7 +41,7 @@
};
emoji = {
package = pkgs.noto-fonts-emoji;
package = pkgs.noto-fonts-color-emoji;
name = "Noto Color Emoji";
};
};