Removed detachedtext.
This commit is contained in:
parent
7a987c6ddd
commit
a97edb3e3e
|
|
@ -161,11 +161,8 @@ in {
|
||||||
|
|
||||||
# Fixes electron apps and also nnn
|
# Fixes electron apps and also nnn
|
||||||
home.sessionVariables =
|
home.sessionVariables =
|
||||||
let detachedtext = pkgs.writeShellScript "detachedtext"
|
{
|
||||||
(builtins.readFile "${scripts}/detachedtext.sh");
|
|
||||||
in {
|
|
||||||
NIXOS_OZONE_WL = "1";
|
NIXOS_OZONE_WL = "1";
|
||||||
VISUAL = detachedtext;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
# configure fonts correctly
|
# configure fonts correctly
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue