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 hardware-configuration.nix
backup backup
/target /penrose/target
/penrose/cargo.lock

View File

View File

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