xwayland support. rofi inconsistenxy fix, remove hyprlogout
All checks were successful
Activate Homelab Configuration / rebuild (push) Successful in 22s

This commit is contained in:
Satria 2026-07-07 19:22:35 +08:00
commit 6cf91a260a
3 changed files with 11 additions and 5 deletions

View file

@ -1,4 +1,4 @@
{ pkgs, rice, ctp-opt, ... }: {
{ lib, pkgs, rice, ctp-opt, ... }: {
imports = [
./keybinds.nix
];
@ -18,6 +18,7 @@
max-scroll-amount = "5%";
enable = true;
};
keyboard.xkb.options = "caps:none";
};
environment = {
@ -42,6 +43,11 @@
"tailscale systray &"
];
xwayland-satellite = {
enable = true;
path = lib.getExe pkgs.xwayland-satellite;
};
prefer-no-csd = true;
layout = {
tab-indicator.enable = false;