flake.nix: remove inputs
This commit is contained in:
parent
6b82532b2b
commit
99551246bc
4 changed files with 79 additions and 237 deletions
|
@ -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";
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue