From 426fde0d807794708cb969da1aac2a9509799392 Mon Sep 17 00:00:00 2001 From: "Alexandre Cavalheiro S. Tiago da Silva" Date: Fri, 21 Feb 2025 00:03:01 -0300 Subject: [PATCH] fix(hm): do not configure nixpkgs when it consumes the system's --- modules/home-manager/common.nix | 3 --- 1 file changed, 3 deletions(-) diff --git a/modules/home-manager/common.nix b/modules/home-manager/common.nix index 5365028..ea50961 100644 --- a/modules/home-manager/common.nix +++ b/modules/home-manager/common.nix @@ -5,9 +5,6 @@ # Let Home Manager install and manage itself. programs.home-manager.enable = true; - # Allow unfree packages - nixpkgs.config.allowUnfree = true; - home.sessionVariables = { NIXOS_OZONE_WL = "1"; QT_QPA_PLATFORM = "wayland";