diff options
author | Franck Cuny <franck@fcuny.net> | 2022-02-21 08:43:14 -0800 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2022-02-21 08:43:36 -0800 |
commit | 5a52b5cd3291ee43ed00f33d33cf73cf062c56ed (patch) | |
tree | 2c5a1eb8716962b08b2086870b5be85ac71a8f84 | |
parent | users: add ssh keys for aptos and carmel (diff) | |
download | world-5a52b5cd3291ee43ed00f33d33cf73cf062c56ed.tar.gz |
sway: remove environment variables
This *might* not be needed.
Diffstat (limited to '')
-rw-r--r-- | users/fcuny/desktop/sway/default.nix | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/users/fcuny/desktop/sway/default.nix b/users/fcuny/desktop/sway/default.nix index 4fdca3d..4fa8b0c 100644 --- a/users/fcuny/desktop/sway/default.nix +++ b/users/fcuny/desktop/sway/default.nix @@ -15,15 +15,6 @@ pkgs.wofi ]; - # Variables I want to be loaded by sway when started (this requires - # `systemdIntegration` to be set to `true`). - systemd.user.sessionVariables = { - # Without it, firefox stays blurry, no matter where I define that variable - MOZ_ENABLE_WAYLAND = 1; - # Without it, I can't get the pinentry prompt - WAYLAND_DISPLAY = "wayland-1"; - }; - home.sessionVariables = { LIBSEAT_BACKEND = "logind"; MOZ_ENABLE_WAYLAND = true; |