feature(lib for bgs) adding a library for backgrounds

This commit is contained in:
2025-09-06 11:36:42 +02:00
parent 9bbb6b0b2e
commit a11e4961e1
11 changed files with 138 additions and 109 deletions

3
lib/theme/default.nix Normal file
View File

@@ -0,0 +1,3 @@
lib: {
inherit ((import ./bgs.nix lib)) bgs;
}