diff options
author | Vincent Ambo <mail@tazj.in> | 2024-06-09T21·14+0300 |
---|---|---|
committer | clbot <clbot@tvl.fyi> | 2024-06-10T07·48+0000 |
commit | 533c3dabab62d23bcbcf924c3242e92945e31020 (patch) | |
tree | ec6fb3768733c2b0d5ab721fd229ccfb81ec21c7 /users/tazjin/nixos/modules | |
parent | 8cdce696eb81beb733b27457b06da506554f5f1e (diff) |
chore(tazjin/arbat): some more attempted fixes r/8237
* Try to convince libinput (seemingly futile) to change the trackpad behaviour. * Make XFCE available to debug the EXWM hangs on this CPU. Change-Id: Iff7189127c849beaf7ded3927abd14b90cf6b9fc Reviewed-on: https://cl.tvl.fyi/c/depot/+/11775 Reviewed-by: tazjin <tazjin@tvl.su> Tested-by: BuildkiteCI Autosubmit: tazjin <tazjin@tvl.su>
Diffstat (limited to 'users/tazjin/nixos/modules')
-rw-r--r-- | users/tazjin/nixos/modules/desktop.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/users/tazjin/nixos/modules/desktop.nix b/users/tazjin/nixos/modules/desktop.nix index 4dd25db641e1..296960a44345 100644 --- a/users/tazjin/nixos/modules/desktop.nix +++ b/users/tazjin/nixos/modules/desktop.nix @@ -30,6 +30,7 @@ name = "exwm"; start = "${config.tazjin.emacs}/bin/tazjins-emacs --internal-border=0 --border-width=0"; }; + desktopManager.xfce.enable = true; }; }; |