diff options
| author | Fuwn <[email protected]> | 2024-08-23 02:59:37 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-08-23 02:59:37 -0700 |
| commit | fec2c162bea33b1cba5771d98cdbc86ab2b4501a (patch) | |
| tree | 225a72c80c4f7d68b93076db198b6fe5ffecf3c7 /flake.nix | |
| parent | h (diff) | |
| download | home-manager-config-fec2c162bea33b1cba5771d98cdbc86ab2b4501a.tar.xz home-manager-config-fec2c162bea33b1cba5771d98cdbc86ab2b4501a.zip | |
remove hycov
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: |