From 4d288d4b31a8415fccc3f5201cd45699f468a27a Mon Sep 17 00:00:00 2001 From: Martin Fischer Date: Sun, 11 May 2025 10:32:56 +0200 Subject: tweak(workstation): add config for XPPen tablet --- nixos/profiles/common/sanix.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nixos/profiles/common/sanix.nix') diff --git a/nixos/profiles/common/sanix.nix b/nixos/profiles/common/sanix.nix index a20db24..bfbd531 100644 --- a/nixos/profiles/common/sanix.nix +++ b/nixos/profiles/common/sanix.nix @@ -2,7 +2,7 @@ # Use the Nixpkgs config and overlays from the local files for this NixOS build nixpkgs = { config = import ./nixpkgs/config.nix; - overlays = import ./nixpkgs/overlays.nix; + overlays = import ./nixpkgs/overlays.nix { inherit pkgs; }; }; # Makes commands default to the same Nixpkgs, config, overlays and NixOS configuration -- cgit v1.2.3