mirror of
https://forge.katzen.cafe/schrottkatze/nix-configs.git
synced 2026-09-26 21:26:21 +02:00
gwa
This commit is contained in:
parent
e439e4081d
commit
7b6b1fedd1
4 changed files with 8 additions and 10 deletions
|
|
@ -30,6 +30,7 @@ with lib;
|
|||
dxvk_2
|
||||
vkd3d-proton
|
||||
mangohud
|
||||
osu-lazer-bin
|
||||
];
|
||||
};
|
||||
};
|
||||
|
|
|
|||
|
|
@ -35,6 +35,7 @@
|
|||
"ublock-origin"
|
||||
"web-clipper-obsidian"
|
||||
"web-scrobbler"
|
||||
"hide-youtube-shorts"
|
||||
];
|
||||
Extensions.Uninstall = [
|
||||
"ddg@search.mozilla.org"
|
||||
|
|
|
|||
|
|
@ -14,4 +14,7 @@ input {
|
|||
natural-scroll
|
||||
}
|
||||
mouse { accel-profile "flat"; }
|
||||
tablet {
|
||||
map-to-focused-output
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue