shflakjjds

This commit is contained in:
2026-01-27 17:24:31 +00:00
parent 0ad0a3f632
commit 588171dc0a
9 changed files with 23 additions and 48 deletions

View File

@@ -12,8 +12,6 @@ let
in
{
# ─── Desktop & Input ───────────────────────────────────────────────────────
services.xserver.windowManager.fvwm2.gestures = true;
# Enable touchpad support (enabled by default in most desktop managers).
services.libinput = {
enable = true;
@@ -52,19 +50,6 @@ in
};
};
# ─── Nice Shit ──────────────────────────────────────────────────────────────
services.ananicy = {
enable = true;
package = pkgs.ananicy-cpp;
rulesProvider = pkgs.ananicy-cpp;
extraRules = [
{
"name" = "gamescope";
"nice" = -20;
}
];
};
services.blueman.enable = true;
services.accounts-daemon.enable = true;