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
+1
View File
@@ -22,6 +22,7 @@
default = my-ricing-assets;
my-wallpapers = pkgs.callPackage ./wallpapers {};
my-scripts = pkgs.callPackage ./scripts {};
my-xkb-config = pkgs.callPackage ./xkb {};
};
overlays.default = final: prev: { my-ricing-assets = final.callPackage ./package.nix {}; };
}