Remove unused input
All checks were successful
/ test (push) Successful in 31s

This commit is contained in:
Andrea Ciceri 2024-05-02 20:41:41 +02:00
parent 75cfaa84ca
commit 6b3d0f8971
Signed by: aciceri
SSH key fingerprint: SHA256:/AagBweyV4Hlfg9u092n8hbHwD5fcB6A3qhDiDA65Rg
3 changed files with 70 additions and 83 deletions

View file

@ -16,11 +16,6 @@
url = "github:aciceri/home-manager/git-workspace";
inputs.nixpkgs.follows = "nixpkgsUnstable";
};
# TODO: remove after https://github.com/nix-community/home-manager/pull/4249
homeManagerSwayNC = {
url = "github:rhoriguchi/home-manager/swaync";
inputs.nixpkgs.follows = "nixpkgsUnstable";
};
disko = {
url = "github:nix-community/disko";
inputs.nixpkgs.follows = "nixpkgsUnstable";