From 339349661a1f0512245540ba12f387579ceb80d4 Mon Sep 17 00:00:00 2001 From: Hadi <112569860+anotherhadi@users.noreply.github.com> Date: Wed, 16 Oct 2024 16:16:49 +0200 Subject: [PATCH] sort by lines --- flake.nix | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/flake.nix b/flake.nix index d6c122d..7c09b8c 100644 --- a/flake.nix +++ b/flake.nix @@ -24,19 +24,19 @@ url = "github:Mic92/sops-nix"; inputs.nixpkgs.follows = "nixpkgs"; }; - hyprland.url = "git+https://github.com/hyprwm/Hyprland?submodules=1"; - hyprpanel.url = "github:Jas-SinghFSU/HyprPanel"; - nixy-wallpapers = { - url = "github:anotherhadi/nixy-wallpapers"; - flake = false; - }; - stylix.url = "github:danth/stylix"; - apple-fonts.url = "github:Lyndeno/apple-fonts.nix"; - hyprswitch.url = "github:h3rmt/hyprswitch/release"; hyprspace = { url = "github:KZDKM/Hyprspace"; inputs.hyprland.follows = "hyprland"; }; + nixy-wallpapers = { + url = "github:anotherhadi/nixy-wallpapers"; + flake = false; + }; + hyprland.url = "git+https://github.com/hyprwm/Hyprland?submodules=1"; + hyprpanel.url = "github:Jas-SinghFSU/HyprPanel"; + stylix.url = "github:danth/stylix"; + apple-fonts.url = "github:Lyndeno/apple-fonts.nix"; + hyprswitch.url = "github:h3rmt/hyprswitch/release"; }; outputs = inputs@{ nixpkgs, ... }: {