package soularr

This commit is contained in:
veneficium 2025-12-21 14:50:37 +01:00
parent e6c1be95ee
commit e113bfa1c7
4 changed files with 95 additions and 1 deletions

4
overlays/soularr.nix Normal file
View file

@ -0,0 +1,4 @@
{ soularr, ... }:
(final: prev: {
soularr = soularr;
})