mirror of
https://github.com/Noratrieb/colouncher.git
synced 2026-03-14 21:26:10 +01:00
cleanup
This commit is contained in:
parent
c75bf46ced
commit
cd0c164977
5 changed files with 86 additions and 82 deletions
|
|
@ -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";
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue