summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorFuwn <[email protected]>2024-08-23 02:59:37 -0700
committerFuwn <[email protected]>2024-08-23 02:59:37 -0700
commitfec2c162bea33b1cba5771d98cdbc86ab2b4501a (patch)
tree225a72c80c4f7d68b93076db198b6fe5ffecf3c7 /flake.nix
parenth (diff)
downloadhome-manager-config-fec2c162bea33b1cba5771d98cdbc86ab2b4501a.tar.xz
home-manager-config-fec2c162bea33b1cba5771d98cdbc86ab2b4501a.zip
remove hycov
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix8
1 files changed, 4 insertions, 4 deletions
diff --git a/flake.nix b/flake.nix
index 3c6bc38..e169148 100644
--- a/flake.nix
+++ b/flake.nix
@@ -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: