This commit is contained in:
Schrottkatze 2026-09-26 08:56:31 +02:00
commit 7b6b1fedd1
4 changed files with 8 additions and 10 deletions

View file

@ -30,6 +30,7 @@ with lib;
dxvk_2
vkd3d-proton
mangohud
osu-lazer-bin
];
};
};

View file

@ -35,6 +35,7 @@
"ublock-origin"
"web-clipper-obsidian"
"web-scrobbler"
"hide-youtube-shorts"
];
Extensions.Uninstall = [
"ddg@search.mozilla.org"

View file

@ -14,4 +14,7 @@ input {
natural-scroll
}
mouse { accel-profile "flat"; }
tablet {
map-to-focused-output
}
}

View file

@ -1,13 +1,6 @@
{ ... }:
{
services.xserver.wacom.enable = false;
home-manager.users.jade =
{ pkgs, ... }:
{
home.packages = [
# TODO: figure out if the previous enabled option depends on these anyway
# pkgs.libwacom
# pkgs.kdePackages.wacomtablet
];
};
hardware.opentabletdriver = {
enable = true;
};
}