move ozone var to wayland global
This commit is contained in:
parent
7624c21894
commit
a21deba5f2
2 changed files with 4 additions and 5 deletions
|
@ -12,6 +12,10 @@ in {
|
|||
|
||||
imports = [inputs.ags.homeManagerModules.default];
|
||||
config = mkIf cfg.enable {
|
||||
environment.sessionVariables = {
|
||||
# Wayland and Chromium/Electron apps.
|
||||
NIXOS_OZONE_WL = "1";
|
||||
};
|
||||
# Downloads the Theme Resources
|
||||
home.packages = with pkgs; [
|
||||
andromeda-gtk-theme
|
||||
|
|
|
@ -15,11 +15,6 @@
|
|||
zulu # Java OpenJDK
|
||||
];
|
||||
|
||||
environment.sessionVariables = {
|
||||
# Wayland and Chromium/Electron apps.
|
||||
NIXOS_OZONE_WL = "1";
|
||||
};
|
||||
|
||||
services = {
|
||||
# Tailscale
|
||||
tailscale = {
|
||||
|
|
Loading…
Add table
Reference in a new issue