summaryrefslogtreecommitdiff
path: root/nixos/profiles/common/sanix.nix
AgeCommit message (Collapse)Author
44 hourstweak(workstation): add config for XPPen tabletHEADmasterMartin Fischer
I'm removing nixpkgs-overlays from nix.nixPath because overlays seem to work fine without it (with just nixpkgs.overlays). And keeping it would have required me to adapt the path because `nix-shell -p` was failing with "The overlays argument to nixpkgs must be a list" due to the new pkgs param.
2024-12-27refactor: introduce profilesMartin Fischer