From 6338b64a68edeb78814f9c3e87f9892678a3e3c7 Mon Sep 17 00:00:00 2001 From: vorboyvo Date: Thu, 9 May 2024 00:49:39 -0400 Subject: [PATCH] Removed dconf adjustments for nemo since I'm not using it. Added comment re: wayland apps. --- home.nix | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/home.nix b/home.nix index 9f42bb6..f261fce 100644 --- a/home.nix +++ b/home.nix @@ -162,6 +162,7 @@ in { }]; }; + # Fixes electron apps home.sessionVariables = { NIXOS_OZONE_WL = "1"; }; # configure fonts correctly @@ -170,8 +171,8 @@ in { "${extra}/20-default-fonts.conf"; # fix nemo terminal integration - dconf.settings."org/cinnamon/desktop/applications/terminal".exec = - "${pkgs.lib.getExe terminal}"; + # dconf.settings."org/cinnamon/desktop/applications/terminal".exec = + # "${pkgs.lib.getExe terminal}"; # dconf.settings."org/cinnamon/desktop/applications/terminal".exec-arg = "-e --cwd %F"; # terminal emulator