move penrose to its own folder

This commit is contained in:
zoe 2022-10-25 22:19:01 +02:00
parent 04f9efb54f
commit 1ed3bbc840
6 changed files with 6 additions and 1 deletions

3
.gitignore vendored
View File

@ -1,3 +1,4 @@
hardware-configuration.nix
backup
/target
/penrose/target
/penrose/cargo.lock

View File

View File

@ -3,6 +3,10 @@ let
in
with nixpkgs;
stdenv.mkDerivation {
meta = with pkgs.lib; {
description = "window manager";
};
pname = "penrose";
name = "desktop-env";
buildInputs = [
cargo