feat(flakes): update crates.io-index

This commit is contained in:
uttarayan21
2025-11-22 15:47:02 +05:30
parent 2721c696d0
commit d8f045d69e
6 changed files with 46 additions and 2 deletions

View File

@@ -38,5 +38,6 @@ lib.optionalAttrs device.hasGui {
./zed.nix
./zen.nix
./vial.nix
./tsukimi.nix
];
}

5
home/apps/tsukimi.nix Normal file
View File

@@ -0,0 +1,5 @@
{pkgs, ...}: {
home.packages = with pkgs; [
tsukimi
];
}