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"; name = "CommitMono Nerd Font";
}; };
emoji = { emoji = {
package = pkgs.noto-fonts-emoji; package = pkgs.noto-fonts-color-emoji;
name = "Noto Color Emoji"; name = "Noto Color Emoji";
}; };
sizes = { sizes = {

View file

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

View file

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

View file

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