✨ Split up config files to multiple and added imports. Fixed default values for systemConfigs
This commit is contained in:
8
shared/modules/electron.nix
Normal file
8
shared/modules/electron.nix
Normal file
@ -0,0 +1,8 @@
|
||||
{ lib, systemConfig, ... }:
|
||||
|
||||
{
|
||||
environment.sessionVariables = lib.mkIf systemConfig.wayland.enable {
|
||||
# Tells Electron apps to use Wayland
|
||||
NIXOS_OZONE_WL = "1";
|
||||
};
|
||||
}
|
Reference in New Issue
Block a user