From ba7960501331be00507f46e2a81c126c6391db01 Mon Sep 17 00:00:00 2001 From: notohh Date: Sun, 29 Oct 2023 05:31:21 -0400 Subject: [PATCH] flake.nix: remove matugen --- flake.nix | 14 ++------------ 1 file changed, 2 insertions(+), 12 deletions(-) diff --git a/flake.nix b/flake.nix index 5090b21..610f701 100755 --- a/flake.nix +++ b/flake.nix @@ -5,10 +5,8 @@ nixpkgs = { url = "github:nixos/nixpkgs/nixos-unstable"; }; - hyprland = { - url = "github:hyprwm/Hyprland"; - inputs.nixpkgs.follows = "nixpkgs"; - }; + hyprland.url = "github:hyprwm/Hyprland"; + prismlauncher.url = "github:PrismLauncher/PrismLauncher"; deploy-rs = { url = "github:serokell/deploy-rs"; inputs.nixpkgs.follows = "nixpkgs"; @@ -33,13 +31,6 @@ url = "github:viperML/nh"; inputs.nixpkgs.follows = "nixpkgs"; }; - matugen = { - url = "github:/InioX/Matugen"; - inputs.nixpkgs.follows = "nixpkgs"; - }; - prismlauncher = { - url = "github:PrismLauncher/PrismLauncher"; - }; }; outputs = {nixpkgs, ...} @ inputs: let system = "x86_64-linux"; @@ -50,7 +41,6 @@ devShells.${system}.default = pkgs.mkShell { name = "snowflake"; packages = with pkgs; [ - nil git sops alejandra