This commit is contained in:
nora 2025-12-29 14:40:40 +01:00
parent c75bf46ced
commit cd0c164977
5 changed files with 86 additions and 82 deletions

View file

@ -1,5 +1,5 @@
{ pkgs ? import <nixpkgs> { } }: pkgs.rustPlatform.buildRustPackage {
pname = "wallpapersc";
pname = "colouncher";
version = "0.1.0";
src = pkgs.lib.cleanSource ./.;
@ -10,4 +10,8 @@
wayland
libxkbcommon
];
meta = {
mainProgram = "colouncher";
};
}