mirror of
https://forge.katzen.cafe/schrottkatze/nix-configs.git
synced 2026-06-22 13:41:17 +02:00
i hate this fucking OS
This commit is contained in:
parent
f71276f011
commit
b7514aa669
5 changed files with 9 additions and 9 deletions
|
|
@ -1,13 +1,13 @@
|
|||
{ ... }:
|
||||
{
|
||||
services.xserver.wacom.enable = true;
|
||||
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
|
||||
# pkgs.libwacom
|
||||
# pkgs.kdePackages.wacomtablet
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue