Removed dconf adjustments for nemo since I'm not using it.
Added comment re: wayland apps.
This commit is contained in:
parent
bd7593cb13
commit
6338b64a68
5
home.nix
5
home.nix
|
|
@ -162,6 +162,7 @@ in {
|
||||||
}];
|
}];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
# Fixes electron apps
|
||||||
home.sessionVariables = { NIXOS_OZONE_WL = "1"; };
|
home.sessionVariables = { NIXOS_OZONE_WL = "1"; };
|
||||||
|
|
||||||
# configure fonts correctly
|
# configure fonts correctly
|
||||||
|
|
@ -170,8 +171,8 @@ in {
|
||||||
"${extra}/20-default-fonts.conf";
|
"${extra}/20-default-fonts.conf";
|
||||||
|
|
||||||
# fix nemo terminal integration
|
# fix nemo terminal integration
|
||||||
dconf.settings."org/cinnamon/desktop/applications/terminal".exec =
|
# dconf.settings."org/cinnamon/desktop/applications/terminal".exec =
|
||||||
"${pkgs.lib.getExe terminal}";
|
# "${pkgs.lib.getExe terminal}";
|
||||||
# dconf.settings."org/cinnamon/desktop/applications/terminal".exec-arg = "-e --cwd %F";
|
# dconf.settings."org/cinnamon/desktop/applications/terminal".exec-arg = "-e --cwd %F";
|
||||||
|
|
||||||
# terminal emulator
|
# terminal emulator
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue