From 457c53b2d33c09f58670e616c0cd7f0a67b94b6f Mon Sep 17 00:00:00 2001 From: Crony Akatsuki Date: Sun, 2 Nov 2025 22:23:27 +0100 Subject: [PATCH] feat: update config for new version. --- hosts/andronix/home.nix | 2 +- hosts/skadi/configuration.nix | 8 +++++--- modules/linux/home-manager/nnn.nix | 2 +- modules/linux/nixos/stylix.nix | 2 +- 4 files changed, 8 insertions(+), 6 deletions(-) diff --git a/hosts/andronix/home.nix b/hosts/andronix/home.nix index 0514994..5b28a64 100644 --- a/hosts/andronix/home.nix +++ b/hosts/andronix/home.nix @@ -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 = { diff --git a/hosts/skadi/configuration.nix b/hosts/skadi/configuration.nix index 8280cfd..cfd7147 100644 --- a/hosts/skadi/configuration.nix +++ b/hosts/skadi/configuration.nix @@ -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" ]; diff --git a/modules/linux/home-manager/nnn.nix b/modules/linux/home-manager/nnn.nix index bd2fe37..0ad0cec 100644 --- a/modules/linux/home-manager/nnn.nix +++ b/modules/linux/home-manager/nnn.nix @@ -26,7 +26,7 @@ extraPackages = with pkgs; [ ffmpegthumbnailer mediainfo - poppler_utils + poppler-utils gnome-epub-thumbnailer nsxiv libarchive diff --git a/modules/linux/nixos/stylix.nix b/modules/linux/nixos/stylix.nix index 19b1cb3..08f249a 100644 --- a/modules/linux/nixos/stylix.nix +++ b/modules/linux/nixos/stylix.nix @@ -41,7 +41,7 @@ }; emoji = { - package = pkgs.noto-fonts-emoji; + package = pkgs.noto-fonts-color-emoji; name = "Noto Color Emoji"; }; };