From a5d8e4553f84ed7204cde19240e110672c6714f5 Mon Sep 17 00:00:00 2001 From: Aditya Date: Fri, 12 Apr 2024 12:24:18 +0530 Subject: [PATCH] add home var --- hosts/default/home.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/hosts/default/home.nix b/hosts/default/home.nix index 1e3aec6..b5fa50f 100644 --- a/hosts/default/home.nix +++ b/hosts/default/home.nix @@ -25,11 +25,10 @@ # release notes. home.stateVersion = "22.11"; # Please read the comment before changing. - # Manage session variables - # Manage session variables home.sessionVariables = { NIXPKGS_ALLOW_UNFREE = 1; + NIXOS_OZONE_WL = 1; }; # The home.packages option allows you to install Nix packages into your