Reworked home manager configuration to modules
This commit is contained in:
15
modules/home/desktop-environments/hyprland/fixes.nix
Normal file
15
modules/home/desktop-environments/hyprland/fixes.nix
Normal file
@@ -0,0 +1,15 @@
|
||||
{ ... }:
|
||||
|
||||
{
|
||||
home.file.".config/electron-flags.conf" = {
|
||||
enable = true;
|
||||
executable = false;
|
||||
text =''
|
||||
--enable-features=UseOzonePlatform --ozone-platform=wayland
|
||||
'';
|
||||
};
|
||||
|
||||
home.sessionVariables = {
|
||||
NIXOS_OZONE_WL = "1";
|
||||
};
|
||||
}
|
Reference in New Issue
Block a user