feat!: remove unused input and unneeded comments

dev-docs
Moritz Böhme 2023-04-05 08:52:36 +02:00
parent 8a6cdf7632
commit f1f1ce943c
Signed by: moritz
GPG Key ID: 970C6E89EB0547A9
2 changed files with 0 additions and 12 deletions

View File

@ -25,11 +25,6 @@
home-manager.inputs.nixpkgs.follows = "nixpkgs";
home-manager.inputs.utils.follows = "flake-utils";
# Zsh specific
forgit-git.url = "github:wfxr/forgit";
forgit-git.flake = false;
# Laptop Touchpad
asus-touchpad-numpad-driver.url = "github:MoritzBoehme/asus-touchpad-numpad-driver/german-layout";
asus-touchpad-numpad-driver.flake = false;
@ -47,7 +42,6 @@
nil.inputs.nixpkgs.follows = "nixpkgs";
nil.inputs.flake-utils.follows = "flake-utils";
# Hyprland
hyprland.url = "github:hyprwm/Hyprland";
hyprpaper.url = "github:hyprwm/hyprpaper";
hypr-contrib.url = "github:hyprwm/contrib";

View File

@ -31,12 +31,6 @@ in
readlink -f $(which $1)
}
'';
plugins = [
{
name = "forgit";
src = inputs.forgit-git;
}
];
};
};
};