diff options
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -34,10 +34,10 @@ inputs.hyprland.follows = "hyprland"; }; - hycov = { - url = "github:DreamMaoMao/hycov"; - inputs.hyprland.follows = "hyprland"; - }; + # hycov = { + # url = "github:DreamMaoMao/hycov"; + # inputs.hyprland.follows = "hyprland"; + # }; }; outputs = { self, nixpkgs, home-manager, stylix, systems, ... } @ inputs: |