flake.nix: remove inputs
This commit is contained in:
parent
3015395f82
commit
6faccd61ca
1 changed files with 3 additions and 10 deletions
13
flake.nix
13
flake.nix
|
@ -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 = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue