This commit is contained in:
2026-05-21 20:37:54 +09:00
parent 8efe0b9341
commit df41182acd
20 changed files with 152 additions and 57 deletions
+2
View File
@@ -2,11 +2,13 @@
let
my-scripts = pkgs.callPackage ./scripts {};
my-wallpapers = pkgs.callPackage ./wallpapers {};
my-xkb-config = pkgs.callPackage ./xkb {};
in
pkgs.symlinkJoin {
name = "my-ricing-assets";
paths = [
my-scripts
my-wallpapers
my-xkb-config
];
}