diff --git a/flake.nix b/flake.nix index 5ff8463..4deaddd 100644 --- a/flake.nix +++ b/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 = {