flake.nix: remove inputs

This commit is contained in:
Charlie Root 2024-08-07 23:31:38 +02:00
commit 6faccd61ca

View file

@ -29,24 +29,19 @@
inputs.nixpkgs.follows = "nixpkgs";
};
# Nix but better
nix-super.url = "github:privatevoid-net/nix-super";
home-manager = {
url = "github:nix-community/home-manager";
inputs.nixpkgs.follows = "nixpkgs";
};
# Lix because fast rebuild times are cool
lix-module = {
url = "https://git.lix.systems/lix-project/nixos-module/archive/2.90.0.tar.gz";
inputs.nixpkgs.follows = "nixpkgs";
};
# Hardware for my laptop
nixos-hardware.url = "github:NixOS/nixos-hardware/master";
# Helix my beloved
helix.url = "github:helix-editor/helix";
# Secret management
agenix.url = "github:ryantm/agenix";
# Hyprland, my main compositor
hyprland.url = "git+https://github.com/hyprwm/Hyprland?submodules=1";
@ -75,8 +70,6 @@
inputs.nixpkgs.follows = "nixpkgs";
};
neovim-nightly-overlay.url = "github:nix-community/neovim-nightly-overlay";
emacs-overlay.url = "github:nix-community/emacs-overlay";
anyrun = {