add wacom support

This commit is contained in:
MFlossmann 2024-05-11 12:39:05 +02:00
parent c2b8875fe0
commit 94f08a3847
4 changed files with 16 additions and 13 deletions

View file

@ -19,6 +19,7 @@
outputs = {...} @ inputs: let
# basic boilerplate-reducing lib with a bunch of functions
helperLib = import ./helperLib/default.nix {inherit inputs;};
stablepkgs = inputs.nixpkgs-stable;
in
with helperLib; {
nixosConfigurations = {