diff --git a/hosts/kuroko/configuration.nix b/hosts/kuroko/configuration.nix index 7d153fe..8cdaa62 100644 --- a/hosts/kuroko/configuration.nix +++ b/hosts/kuroko/configuration.nix @@ -129,6 +129,7 @@ # Some programs need SUID wrappers, can be configured further or are # started in user sessions. # programs.mtr.enable = true; + hardware.opentabletdriver.enable = true; services.fprintd = { enable = true; package = pkgs.fprintd-tod; diff --git a/hosts/kuroko/default.nix b/hosts/kuroko/default.nix index 2e6d30a..a3cfae5 100644 --- a/hosts/kuroko/default.nix +++ b/hosts/kuroko/default.nix @@ -6,6 +6,6 @@ ../../modules/security ../../modules/audio ../../modules/stylix - ../../modules/eletrical + ../../modules/electrical ]; } diff --git a/users/kaitotlex/home.nix b/users/kaitotlex/home.nix index cfa8483..bb1ecb6 100644 --- a/users/kaitotlex/home.nix +++ b/users/kaitotlex/home.nix @@ -23,6 +23,7 @@ # here is some command line tools I use frequently # feel free to add your own or remove some of them android-tools + wacomtablet prusa-slicer openhantek6022 tor @@ -228,7 +229,7 @@ userEmail = "wlin@kaitotlex.systems"; signing = { signByDefault = true; - key = "BC04C0C14AEDA705B8FBACE8C5F52A3C0F3B4A77"; + key = "2AE6771F14386F9B85E48685A9209668BFA39C0E"; }; };