added picom jonaburg

This commit is contained in:
Moritz Böhme 2021-09-10 08:15:57 +00:00
parent cde05d9a58
commit bf2e209641
2 changed files with 12 additions and 0 deletions

View file

@ -10,6 +10,10 @@
url = github:nix-community/home-manager/release-21.05;
inputs.nixpkgs.follows = "nixpkgs";
};
picom = {
url = github:jonaburg/picom;
flake = false;
};
};
outputs = inputs@{ self, utils, home-manager, nixpkgs, ...}: