chore(nvidia): add wayland env var
All checks were successful
Discord / discord commits (push) Has been skipped
All checks were successful
Discord / discord commits (push) Has been skipped
This commit is contained in:
parent
a6c90f335c
commit
cd6c33ce9a
1 changed files with 5 additions and 8 deletions
|
@ -5,7 +5,7 @@
|
|||
lib,
|
||||
...
|
||||
}: let
|
||||
inherit (lib) concatStringsSep mkIf optionals;
|
||||
inherit (lib) concatStringsSep optionals;
|
||||
inherit (config.vars) mainUser;
|
||||
|
||||
cfg = config.programs.hyprland;
|
||||
|
@ -19,11 +19,8 @@ in {
|
|||
./security.nix
|
||||
];
|
||||
|
||||
environment.sessionVariables =
|
||||
{
|
||||
environment.sessionVariables = {
|
||||
GTK_USE_PORTAL = "1";
|
||||
}
|
||||
// mkIf (!config.nvidia.enable) {
|
||||
NIXOS_OZONE_WL = "1";
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue