This commit is contained in:
Andrea Ciceri 2023-04-20 20:12:02 +02:00
parent 9771b35612
commit 78fc80817c
Signed by: aciceri
SSH key fingerprint: SHA256:/AagBweyV4Hlfg9u092n8hbHwD5fcB6A3qhDiDA65Rg
4 changed files with 122 additions and 3 deletions

View file

@ -36,6 +36,10 @@
url = "github:hyprwm/hyprland";
inputs.nixpkgs.follows = "nixpkgsUnstable";
};
hyprpaper = {
url = "github:hyprwm/hyprpaper";
inputs.nixpkgs.follows = "nixpkgsUnstable";
};
colmena = {
url = "github:zhaofengli/colmena";
inputs = {