flake.nix: remove inputs

This commit is contained in:
Charlie Root 2024-08-20 21:55:45 +02:00
commit 99551246bc
4 changed files with 79 additions and 237 deletions

View file

@ -23,7 +23,7 @@
# nixpkgs for wayland
nixpkgs-wayland.url = "github:nix-community/nixpkgs-wayland";
# Sandboxing
# # Sandboxing
nixpak = {
url = "github:nixpak/nixpak";
inputs.nixpkgs.follows = "nixpkgs";
@ -42,12 +42,6 @@
# Hardware for my laptop
nixos-hardware.url = "github:NixOS/nixos-hardware/master";
# Helix my beloved
helix.url = "github:helix-editor/helix";
# Impurity, ruining my nice pure system
impurity.url = "github:outfoxxed/impurity.nix";
# Hyprland, my main compositor
hyprland.url = "git+https://github.com/hyprwm/Hyprland?submodules=1";