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