diff options
author | Franck Cuny <franck@fcuny.net> | 2022-02-24 19:09:05 -0800 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2022-02-24 19:09:05 -0800 |
commit | d0d6c837ce0bd710f043fca2aeaecb7b13b130f6 (patch) | |
tree | 9a9477ee9e9bbc14e5d93ee310b1d0cca0389a59 /users | |
parent | xserver: drop it completely (diff) | |
download | world-d0d6c837ce0bd710f043fca2aeaecb7b13b130f6.tar.gz |
sway: let's drop this - I don't know what it does
I can see that later on.
Diffstat (limited to '')
-rw-r--r-- | users/fcuny/desktop/sway/default.nix | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/users/fcuny/desktop/sway/default.nix b/users/fcuny/desktop/sway/default.nix index 4fa8b0c..2aa5731 100644 --- a/users/fcuny/desktop/sway/default.nix +++ b/users/fcuny/desktop/sway/default.nix @@ -16,7 +16,6 @@ ]; home.sessionVariables = { - LIBSEAT_BACKEND = "logind"; MOZ_ENABLE_WAYLAND = true; XDG_CURRENT_DESKTOP = "sway"; XDG_SESSION_TYPE = "wayland"; |