fix(hm): do not configure nixpkgs when it consumes the system's

This commit is contained in:
Alexandre Cavalheiro S. Tiago da Silva 2025-02-21 00:03:01 -03:00
parent 09aa0e2868
commit 426fde0d80
Signed by: wizardlink
GPG key ID: A5767B54367CFBDF

View file

@ -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";